We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94bec41 + 0dbcfb0 commit 07ac47cCopy full SHA for 07ac47c
1 file changed
tests/fixtures/README.txt
@@ -48,4 +48,16 @@
48
49
<ul>
50
<li>Active development supports Python 3.5 or later.</li>
51
- </ul>
+ </ul>
52
+
53
+ <h3>Running Tests</h3>
54
55
+ <p>To run the test suite, use pytest. `pytest-cov` is required as well.</p>
56
57
+ <p>When textile is installed locally:</p>
58
59
+<pre><code>pytest
60
61
+When textile is not installed locally:</code></pre>
62
63
+<pre>PYTHONPATH=. pytest</pre>
0 commit comments