chg: Bump readme

pull/452/head
Raphaël Vinot 2019-09-10 13:55:58 +02:00
parent 7912df8f37
commit 53667485b9
1 changed files with 13 additions and 0 deletions

View File

@ -114,6 +114,19 @@ logger = logging.getLogger('pymisp')
logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', format=pymisp.FORMAT)
```
## Test cases
1. The content of `mispevent.py` is tested on every commit
2. The tests cases that require a running MISP instance can be run the following way:
```bash
# From a pipenv
nosetests-3.4 -s --with-coverage --cover-package=pymisp,tests --cover-tests tests/testlive_comprehensive.py:TestComprehensive.[test_name]
```
## Documentation
[PyMISP API documentation is available](https://media.readthedocs.org/pdf/pymisp/latest/pymisp.pdf).