Warning
This post was published 55 days ago. The information described in this article may have changed.
I have an application with main.rs and I have a bunch of folders where I wrote parsers with unit-tests. But now I have several integration tests for exec part and I'd like to avoid to run them with cargo test command.
What I've tried:
I don't have any other ideas how I can separate running unit tests and integration ones.
2 posts - 2 participants
🏷️ rust_feed