Search endpoint works.

This commit is contained in:
Kenneth Reitz
2011-02-21 15:55:24 -05:00
parent 5377ecfd47
commit 17447de05a
2 changed files with 17 additions and 2 deletions
+2 -1
View File
@@ -67,7 +67,8 @@ class ConvoreGroups(unittest.TestCase):
c = self.convore.groups.discover.category['gossip']
self.assertIsInstance(c, convore.models.Category)
def test_discover_search(self):
self.convore.groups.discover.search['github']
if __name__ == '__main__':
unittest.main()