summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-02 16:01:39 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-02 19:45:34 +0300
commit8ebe9ffc3e693b08fd6177cbca243e9c7472d667 (patch)
tree0aeb0a9a1e48c80c28118ed075b19f07b5b45067 /README
parentd3b30a10018142bce02f6b1870125225f6a42f9b (diff)
downloadick2-8ebe9ffc3e693b08fd6177cbca243e9c7472d667.tar.gz
Update: README about unit tests
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index e4dee2b..163a2b0 100644
--- a/README
+++ b/README
@@ -14,10 +14,8 @@ Hacking
Ick2 is written in Python 2 (do not ask for Python 3, it will happen
when it happens).
-There are no unit tests yet.
-
-There are some integration tests written for the controller's HTTP
-API. To run them, run `./check`. You may add any command line
+There are some unit and integration tests written for the controller's
+HTTP API. To run them, run `./check`. You may add any command line
parameters than `yarn` accepts.