Skip to content

README scorer test fixture is too short for its own word-count assertion #156

Description

@ascherj

test_readme_with_all_quality_signals asserts data["word_count"] > 100 and word_count_category == "comprehensive", but its fixture README contains only ~51 words, so the test fails against correct scorer behavior. Extend the fixture (or correct the assertion) so the test validates what it intends to.

Steps to reproduce: pytest tests/unit/test_readme_scorer.py -q — observed: assert 51 > 100 fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for first-time contributors (same as tier-1)testsTeststier-1Starter: good for first-time contributors

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions