Skip to main content

Quick Test CLI

CLI for stress testing in competitive programming contest

quicktest cmp

quicktest cmp

Verify that the code does not have incorrect answers for some test cases, using a random generator and a slower version which is sure what is correct with which the answers will be compared.

quicktest stress

quicktest stress

Verify that the code execution time does not exceed what is allowed, using a random generator for multiple test cases.

quicktest check

quicktest check

Similar to the previous one, this test verifies that the code does not have an incorrect answer for some test cases using a verifier script because there may be many correct answers.

quicktest output

quicktest output

Run a target file with test case files matching a prefix

quicktest setup

quicktest setup

Subcommand that allows to change settings

quicktest example

quicktest example

Shows examples of the selected subcommand