# These files are CLI scripts that happen to start with `test_` (pre-existing
# convention from when they were exploratory parity probes). They take real
# function arguments (shot, bible, config) — not pytest fixtures — so pytest
# raises collection errors when walking `recoil/` as a directory. Skip them.
collect_ignore_glob = [
    "test_enrichment_parity.py",
    "test_seeddance_builders.py",
]
