# fixtures/python/assert-in-non-test
Test fixtures for the `python/assert-in-non-test` syntax rule. `match.py` contains `assert` statements in non-test code that the rule should flag. `no_match.py` uses explicit `if/raise` validation which should produce no findings.