mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00:00
test: lower category count floor to 69 to match current README
Several sections were removed in recent cleanup commits, so the previous floor of 76 was no longer accurate. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
32acf942d9
commit
81074548b5
1 changed files with 2 additions and 2 deletions
|
|
@ -532,8 +532,8 @@ class TestParseRealReadme:
|
|||
def test_first_group_is_ai_ml(self):
|
||||
assert self.groups[0]["name"] == "AI & ML"
|
||||
|
||||
def test_at_least_76_categories(self):
|
||||
assert len(self.cats) >= 76
|
||||
def test_at_least_69_categories(self):
|
||||
assert len(self.cats) >= 69
|
||||
|
||||
def test_resources_has_newsletters_and_podcasts(self):
|
||||
names = [r["name"] for r in self.resources]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue