Added instructions for running test suite

This commit is contained in:
Rob Oakes 2015-06-04 05:48:05 -04:00
parent 0a7b72d135
commit 4abded43ad
1 changed files with 9 additions and 0 deletions

View File

@ -23,3 +23,12 @@ https://pythonhosted.org/PyPDF2/
##FAQ
Please see
http://mstamy2.github.io/PyPDF2/FAQ.html
##Tests
PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder.
Tests can be run from the command line by:
```bash
python -m unittest Tests.tests
```