Closed lballabio closed 11 months ago
Hi Luigi,
That behaviour is intentional (more on this in this section):
utf::disabled()
for first_suite/second_test
)!
, which is ok if the amount of tests to exclude is not that big*
based on the nameThis does not directly answer your question, but the test filtering is actually quite flexible.
Thanks!
With the following file:
Running the test program without arguments doesn't run the disabled test, but running it with
--run_test=first_suite
does. Is this the wanted behavior? I can see how this behavior could be defended if one were to use--run_test=first_suite/*
, but when passing just the name of the suite it looks counterintuitive.And if this is indeed intended, is there a way to tell the program "run this suite only and keep the disabled tests disabled"? Thanks!