Script for testing your code with the sample data files provided by Kattis.
Project description
# Kattis-Tester Script for testing your code with the sample data files provided by Kattis. ![](kattest-output.JPG)
## Supported languages * C * C++ * Java * Python 3
## How to install ` https://github.com/dilawarm/Kattis-Tester.git cd Kattis-Tester pip install -r requirements.txt sudo python setup.py install `
## How to run Make sure that your solution has the following format: ` [Problem ID].[extension] Example: exponial.cpp ` Run the following command from the same directory as your solution: ` kattest [Problem ID].[extension] Example: kattest exponial.cpp ` Enjoy!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.