|
@@ -158,3 +158,5 @@ class CLITests(unittest.TestCase):
|
|
# the second was added just now.
|
|
# the second was added just now.
|
|
# This will pass only when running all the tests than ...
|
|
# This will pass only when running all the tests than ...
|
|
self.assertEqual(len(rows), 2)
|
|
self.assertEqual(len(rows), 2)
|
|
|
|
+
|
|
|
|
+ #TODO: implement a test for get_ids
|