sourcefrog / cargo-mutants

:zombie: Inject bugs and see if your tests catch them!
https://mutants.rs/
MIT License
547 stars 27 forks source link

Rename testdata Cargo.toml to Cargo_test.toml #422

Open sourcefrog opened 7 hours ago

sourcefrog commented 7 hours ago

Always test against a copy of the testdata.

This should avoid problems with the testdata being trimmed out by cargo publish.

Fixes #355