#305 logic for integration tests broken
Opened a month ago by decathorpe. Modified a month ago

Turns out, cargo test --tests runs all tests, not just integration tests.

It looks like there's no command line flag for "run all integration tests", there's only --test <name>, so the logic as currently implemented in rust2rpm / rust2rpm.toml config file schema is just wrong. This will likely require breaking changes to the config file schema ...


Log in to comment on this ticket.

Metadata