Example #1
0
 def test_register_auth(self):
     register_auth(KEY1, CERT1, "")
     self.assertIn("application/data", registry._decoders)
Example #2
0
 def test_register_auth(self):
     register_auth(KEY1, CERT1, '')
     self.assertIn('application/data', registry._decoders)
Example #3
0
 def test_register_auth(self):
     register_auth(KEY1, CERT1, '')
     self.assertIn('application/data', registry._decoders)
Example #4
0
 def test_register_auth(self):
     register_auth(KEY1, CERT1, '')
     assert 'application/data' in registry._decoders
Example #5
0
 def test_register_auth(self):
     register_auth(KEY1, CERT1, '')
     assert 'application/data' in registry._decoders