Skip to content

Increasing test case value results in no tests at all #8

@kolmodin

Description

@kolmodin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions