This commit is contained in:
Kenneth Reitz
2011-02-25 09:16:06 -05:00
parent 7fab3abaaa
commit 179cef4784
+2 -4
View File
@@ -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()