summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-31 14:41:47 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-31 14:41:47 +0300
commit41a5b87f00a30caf6c6e366809269929772d46d0 (patch)
treee6c497d6725597fd8dcc443d03e13bde03dc95cb /README
parent88ab1558b35792349f64116a99e1796d40d2c9aa (diff)
downloadapifw-41a5b87f00a30caf6c6e366809269929772d46d0.tar.gz
Add: instructions for running tests
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 0e98358..221a7cc 100644
--- a/README
+++ b/README
@@ -14,6 +14,19 @@ The framework is meant for Python 3 only.
[JSON Web Tokens]: https://jwt.io/
+To run tests
+-----------------------------------------------------------------------------
+
+Run the following command to run unit and integration tests:
+
+ ./check
+
+You will need [CoverageTestRunner][] and [yarn][].
+
+[CoverageTestRunner]: https://liw.fi/coverage-test-runner/
+[yarn]: https://liw.fi/cmdtest/
+
+
Legalese
-----------------------------------------------------------------------------