/kattest

A Kattis tester that will automatically test your code with all the sample test cases of a Kattis problem.

Primary LanguagePython

Kattest

A Kattis tester that will automatically test your code with all the sample test cases of a Kattis problem.

Note This project has been merged to Katapult

Supported Languages

  • C++
  • Java
  • Python

How to use

  • <source_code> - Acceptable file extensions (.cpp, .java, .py)
  • <problem_name> - Problem name is found at the problem's url -> https://open.kattis.com/problems/(problem_name)
$ kattest <source_code> <problem_name>

Note: If you are using linux, you can move kattest executable to /usr/local/bin so you can access it anywhere.

See It In Action

simplescreenrecorder-2023-07-12_14 32 42

Todo

  • Show test case output and file output differences