-
Notifications
You must be signed in to change notification settings - Fork 2
Tools
Chris Elenbaas edited this page Mar 25, 2024
·
1 revision
Project dependencies are specified in the pyproject.toml
file in the root directory of the project.
Install dependencies:
$ poetry install
Start a Poetry shell:
$ poetry shell
Within the shell PyTest and MyPy can be run accordingly:
$ mypy -p opensquirrel
$ pytest