frewsxcv / cargo-all-features

A Cargo subcommand to build and test all feature flag combinations.
Apache License 2.0
146 stars 20 forks source link

Add integration tests #51

Closed demmerichs closed 1 year ago

demmerichs commented 1 year ago

This PR adds some first integration tests to provide 100% line coverage of feature_finder.rs which is the core logic of this crate.

We only add a few lightweight dev-dependencies, so this has no downstream effect.