Closed
Description
Using MUnit and TestContainersForAll
, if a test suite is skipped via filtering by category (https://scalameta.org/munit/docs/filtering.html#group-test-suites-with-categories), the containers start up anyway.
It looks like TestContainersForAll
only checks that the suite has at least one test without the Ignore
tag, but does not consider other ways the suite (or all tests in it) could be skipped:
Is there some other way to skip a whole test suite and not start up the containers?
(The use case is to be able, by filtering on category, to run only unit tests in an environment that doesn't have Docker.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels