From c14874e1c3be6d5cc28f60de9cff31922a0b14b5 Mon Sep 17 00:00:00 2001 From: Jan-Pieter Baert Date: Sun, 8 Sep 2019 20:59:05 +0200 Subject: [PATCH] Add file listing tests to be run --- tests.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests.md 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 +