Exemplo n.º 1
0
 def test_actor_uri_na(self):
     uri = actor_uri({})
     self.assertEqual("NA", uri)
Exemplo n.º 2
0
 def test_actor_uri(self):
     uri = actor_uri(self.user)
     self.assertEqual("https://actor.test.org.test/a/123", uri)