#How to run integration tests without the unit tests also running?
1 messages · Page 1 of 1 (latest)
Have you tried this stuff? https://doc.rust-lang.org/book/ch11-02-running-tests.html
I'm using the Gherkin test driver and it doesn't appear to know how to filter for a particular test. I can only tell Cargo which integration test binary I want to run, which would be enough for my purposes if it didn't implicitly run unit tests too.
Wait a minute, yes it does, but it uses an entirely different syntax