rename Wikiq_Unit_Test.py to test_wikiq.py
The file was the only one in test/ using mixed case and a _Test suffix, and pytest discovers test_*.py and *_test.py case sensitively, so it matched neither pattern. `pytest test/` -- the command the README documents -- quietly collected only test_resume.py and test_wiki_diff_matcher.py, meaning the 36 tests here, including every baseline comparison, ran only when the file was named explicitly on the command line. Renaming fixes discovery and matches the other test modules, rather than teaching pytest an extra pattern to accommodate one odd name. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> (cherry picked from commit 5a8c08e62cba5593c4b53d83f99ef389e3fd3f94)
This commit is contained in:
Reference in New Issue
Block a user