#How to run integration tests without the unit tests also running?

1 messages · Page 1 of 1 (latest)

grave isle
#

I'm trying to test something by producing an error message in an integration test but the unit tests that I didn't ask to have run instead halt the testing command. Is there a way around this?

grave isle
#

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