Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 361 Bytes

Contributing.md

File metadata and controls

13 lines (11 loc) · 361 Bytes

Contributing

Tests

Tests are executed using pytest. All test files must be placed in tests/.

There is also a utility script for executing tests with limited CPUs. This requires Docker to be installed and configured in your shell. Run

python scripts/run_tests_with_limited_cpu.py -p 1

to run all tests with one CPU only.