forked from batterseapower/test-framework
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Using the flag -a you can change the number of test cases that should run for each test. The default is 100 tests.
$ dist/build/qc/qc
Utils:
refragment id: [OK, passed 100 tests]
...
Now with increased number of test cases;
dist/build/qc/qc -a 1000
Utils:
refragment id: [OK, passed 1000 tests]
...
However, if I use more than 1000 test cases, test-framework somehow decides to not run any tests at all.
$ dist/build/qc/qc -a 1001
Utils:
refragment id: [Failed]
Arguments exhausted after 0 tests
...
As the comment notes, the arguments are exhausted so it's unable to execute any of the tests.
Metadata
Metadata
Assignees
Labels
No labels