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