diff --git a/tests.md b/tests.md new file mode 100644 index 0000000..9f9f54a --- /dev/null +++ b/tests.md @@ -0,0 +1,4 @@ +# 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 +