Skip to content

Commit

Permalink
Add JSON feed length test
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux authored and Guts committed May 2, 2024
1 parent 4a85ebc commit d6200be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_json_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(self, methodName: str = "runTest") -> None:

def test_items_exist(self):
self.assertGreater(len(self.items), 0)
self.assertEqual(len(self.items), 50)

def test_some_existing_items(self):
titles = [i["title"] for i in self.items]
Expand Down

0 comments on commit d6200be

Please sign in to comment.