Closed jose closed 4 years ago
Hi,
As defined in section Command line, --test is the "failing_test". Is this "failing_test" a test class or a test case/method? Does --test support more than one? If so, how? And, should failing and non-failing tests be provided, or just failing tests?
--test
-- Best, Jose
--test Define the test classes of the project, fully-qualified, separated with ':'
NPEfix will automatically extract the test methods.
Ok, thanks @tdurieux.
Hi,
As defined in section Command line,
--test
is the "failing_test". Is this "failing_test" a test class or a test case/method? Does--test
support more than one? If so, how? And, should failing and non-failing tests be provided, or just failing tests?-- Best, Jose