mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 15:30:18 +00:00
tests
This commit is contained in:
+2
-4
@@ -63,12 +63,10 @@ class ConvoreGroups(unittest.TestCase):
|
||||
|
||||
def test_discover_category(self):
|
||||
self.convore.groups.discover.category
|
||||
|
||||
c = self.convore.groups.discover.category['gossip']
|
||||
self.assertIsInstance(c, convore.models.Category)
|
||||
self.convore.groups.discover.category['gossip']
|
||||
|
||||
def test_discover_search(self):
|
||||
self.convore.groups.discover.search['github']
|
||||
self.convore.groups.discover.search('github')
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user