Quick Test CLI
CLI for stress testing in competitive programming contest
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
Verify that the code execution time does not exceed what is allowed, using a random generator for multiple test cases.
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.