Skip to content

Commit

Permalink
Remove items 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 d6200be commit 84c6259
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_json_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ 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]
self.assertIn(
"Automatisation de publication des données de qualité de l'air sur Mastodon",
titles,
)
self.assertIn("Le crowdsourcing avec cocarto", titles)
self.assertIn(
"De Twitter (X) à Mastodon : guide pour les géomaticien/nes", titles
)

def test_tags_exist(self):
self.assertGreater(len(self.tags), 0)

Expand Down

0 comments on commit 84c6259

Please sign in to comment.