Add coverage report notice

This commit is contained in:
Aitor Magán 2015-11-25 17:54:13 +01:00
parent 3116417ed1
commit 4d920b1abc
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ That's all! You notification callback is completely secure now! Enjoy it :)
Tests
-----
This sofware contains a set of test to detect errors and failures. You can run this tests by running the following command:
This sofware contains a set of test to detect errors and failures. You can run this tests by running the following command (this command will generate coverage reports):
```
python setup.py nosetests
```