diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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 | ||
| 45 | And 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 |
