added argument to return filtered book list

This commit is contained in:
Mike
2019-09-26 23:33:32 -04:00
parent 5d26a7d49f
commit bb06acd687
5 changed files with 10 additions and 61 deletions

View File

@@ -10,9 +10,5 @@ class Testing(unittest.TestCase):
def test_library_catalogue_filter_books(self):
self.assertIsNotNone(Catalogue().filter_books())
def test_library_catalogue_compare_shelf_current(self):
self.assertIsInstance(Catalogue().compare_shelf_current(), Catalogue)
if __name__ == '__main__':
unittest.main()