Skip to content

Commit 902219b

Browse files
committed
document running tests in README
1 parent 23e7746 commit 902219b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.textile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,15 @@ bc.. import textile
4343
h3. Notes:
4444

4545
* Active development supports Python 3.5 or later.
46+
47+
h3. Running Tests
48+
49+
To run the test suite, use pytest. `pytest-cov` is required as well.
50+
51+
When textile is installed locally:
52+
53+
bc.. pytest
54+
55+
When textile is not installed locally:
56+
57+
bc.. PYTHONPATH=. pytest

0 commit comments

Comments
 (0)