make test
make test-static
make test-separated
Additional parameters for pytest command
--nocleanup
: Do not delete publications after tests
Additional parameters for Make command
test_type
: Specify level of tests to run- Accepted values:
optional
: all testsmandatory
: only tests marked asmandatory
- Default value is
mandatory
- Accepted values:
max_fail
: The number of failed test cases after which the program will fail.- Accepted values: any non-negative integer
- Default value is
1