We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e7746 commit 902219bCopy full SHA for 902219b
1 file changed
README.textile
@@ -43,3 +43,15 @@ bc.. import textile
43
h3. Notes:
44
45
* 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