Tests¶
To run unit tests install prereqiusites and execute the following command from the root of the repo:
Consider installing VizDoom for a more comprehensive set of tests.
These tests are executed after each commit/PR by Github Actions.
Test CI based on Github Actions¶
We build a test CI system based on Github Actions which will automatically run unit tests on different operating systems (currently Linux and macOS) with different python versions (currently 3.8, 3.9, 3.10) when you submit PRs or merge to the main branch.
The test workflow is defined in .github/workflows/test-ci.yml
.