pubs/tests/readme.md
Fabien C. Y. Benureau b99c5b43fa
handle / in citekeys
2019-01-04 23:17:54 +09:00

12 lines
233 B
Markdown

1. Install the dependencies using:
```
pip install -r ../dev_requirements.txt
```
2. Run the tests using:
```
python setup.py test
```
If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.