Searched refs:auth_perms (Results 1 – 1 of 1) sorted by relevance
153 def auth_perms(self, *permissions): member in HashEquivalenceCommonTests637 with self.auth_perms("@read") as client:640 with self.auth_perms() as client, self.assertRaises(InvokeError):647 with self.auth_perms() as client, self.assertRaises(InvokeError):652 with self.auth_perms("@read") as client:657 with self.auth_perms("@report") as client, self.assertRaises(InvokeError):661 with self.auth_perms("@read", "@report") as client:700 with self.auth_perms() as client, self.assertRaises(InvokeError):703 with self.auth_perms("@user-admin") as client:733 with self.auth_perms() as client, self.assertRaises(InvokeError):[all …]