Skip to content

Commit bca8a75

Browse files
author
Rob Oakes
committed
Merge branch 'upstream/merge'
2 parents aa69bc9 + 4abded4 commit bca8a75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ https://pythonhosted.org/PyPDF2/
2323
##FAQ
2424
Please see
2525
http://mstamy2.github.io/PyPDF2/FAQ.html
26+
27+
28+
##Tests
29+
PyPDF2 includes a test suite built on the unittest framework. All tests are located in the "Tests" folder.
30+
Tests can be run from the command line by:
31+
32+
```bash
33+
python -m unittest Tests.tests
34+
```

0 commit comments

Comments
 (0)