Skip to content

Test cases

Luca Martial edited this page Mar 19, 2023 · 2 revisions

Every new submitted code should come with test cases.

Developing test cases

We use unittest to automate the testing of our code. Check the tests/ directory to look for examples.

Clone this wiki locally