def test_new_publication(self): self.assert_created_publication( Medium.new(self.handler, auth_entity=self.auth_entity, id='b45573563f5a'))
def test_new_profile(self): self.assert_created_profile( Medium.new(self.handler, auth_entity=self.auth_entity, id='@ry'))
def test_new_publication(self): self.assert_created_publication( Medium.new(auth_entity=self.auth_entity, username='******'))
def test_new_profile(self): self.assert_created_profile( Medium.new(auth_entity=self.auth_entity, username='******'))