Fixes #243
This commit is contained in:
parent
52e025a6a2
commit
dd3727c6f5
3 changed files with 15 additions and 0 deletions
|
|
@ -385,6 +385,10 @@ class TwythonAPITestCase(unittest.TestCase):
|
|||
|
||||
self.api.delete_list(list_id=list_id)
|
||||
|
||||
def test_get_list_memberships(self):
|
||||
"""Test list of memberhips the authenticated user succeeds"""
|
||||
self.api.get_list_memberships()
|
||||
|
||||
def test_get_list_subscribers(self):
|
||||
"""Test list of subscribers of a specific list succeeds"""
|
||||
self.api.get_list_subscribers(slug=test_list_slug,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue