Mutalyzer normalizer test fixtures
==================================

Source:  https://github.com/mutalyzer/mutalyzer
Commit:  00045d63feba04ccff18a4d95f4245ad5d8d3092
License: MIT (Leiden University Medical Center)

cases.json is generated by scripts/refresh-mutalyzer-fixtures.py from
tests/variants_set.py in the upstream repo at the pinned commit above.
The script reads the file via `git show <sha>:<path>` and does not modify
the upstream checkout's working tree.

To refresh against a newer upstream commit:
    1. Update MUTALYZER_SHA in scripts/refresh-mutalyzer-fixtures.py
    2. pixi run python scripts/refresh-mutalyzer-fixtures.py refresh
    3. Re-run the mutalyzer-normalize tests; annotate any new xfails via:
         pixi run python scripts/refresh-mutalyzer-fixtures.py annotate-xfails \
           --axis <axis> --from /tmp/ferro-xfail/<axis>.txt
    4. Commit cases.json + NOTICE in a single commit.

The upstream MIT license requires attribution; this file satisfies that
requirement. See the upstream LICENSE for the full text.
