summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd51f5d..87d251c 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,13 @@ doesn't run on [Debian Jessie](https://packages.debian.org/jessie/python3).
42$ python3 -m unittest discover -v 42$ python3 -m unittest discover -v
43``` 43```
44 44
45And if you want to see the coverage:
46
47```bash
48$ python3-coverage run --branch -m unittest discover -s tests/
49$ python3-coverage report --include -m --include /libmat2/*'
50```
51
45# How to use MAT2 52# How to use MAT2
46 53
47```bash 54```bash