both-suites-discoverable-by-pytest

Status: IN

Both `tester_test_*.py` and `test_*.py` naming conventions match pytest's default collection patterns (`test_*.py` and `*_test_*.py`), so `pytest` in any project directory runs the combined suite — **note: this contradicts existing belief `tester-naming-avoids-pytest-discovery`; one should be retracted**

Source: entries/2026/05/29/topic-tester-test-pattern.md

JSON