mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Made test call filter_books with return option
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -8,7 +8,7 @@ class Testing(unittest.TestCase):
|
|||||||
self.assertIsNotNone(Catalogue())
|
self.assertIsNotNone(Catalogue())
|
||||||
|
|
||||||
def test_library_catalogue_filter_books(self):
|
def test_library_catalogue_filter_books(self):
|
||||||
self.assertIsNotNone(Catalogue().filter_books())
|
self.assertIsNotNone(Catalogue().filter_books(1))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|||||||
Reference in New Issue
Block a user