5 lines
244 B
Markdown
5 lines
244 B
Markdown
|
# Tests
|
||
|
For this application we run a number of tests, at the moment the tests are:
|
||
|
- [mypy](http://mypy-lang.org/), type-checking, which you can run using `mypy` with the argument `--ignore-missing-imports` if it says modules cannot be found
|
||
|
|