Exemple #1
0
 def test_new_publication(self):
   self.assert_created_publication(
     Medium.new(self.handler, auth_entity=self.auth_entity, id='b45573563f5a'))
Exemple #2
0
 def test_new_profile(self):
   self.assert_created_profile(
     Medium.new(self.handler, auth_entity=self.auth_entity, id='@ry'))
Exemple #3
0
 def test_new_publication(self):
     self.assert_created_publication(
         Medium.new(auth_entity=self.auth_entity, username='******'))
Exemple #4
0
 def test_new_profile(self):
     self.assert_created_profile(
         Medium.new(auth_entity=self.auth_entity, username='******'))
Exemple #5
0
 def test_new_publication(self):
   self.assert_created_publication(
     Medium.new(self.handler, auth_entity=self.auth_entity, id='b45573563f5a'))
Exemple #6
0
 def test_new_profile(self):
   self.assert_created_profile(
     Medium.new(self.handler, auth_entity=self.auth_entity, id='@ry'))