about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d1dedb..42f9c65 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,10 @@ If these are installed run the following command to install `saneterm`:
 
 	$ python3 setup.py install --optimize=1
 
+You can also run saneterm's tests (with limited coverage at the moment):
+
+	$ python3 tests.py
+
 For development setups just run `python3 -msaneterm`.
 
 ## Usage