Skip to content

Commit 07ac47c

Browse files
committed
Merge branch 'develop' into release/4.0.2
2 parents 94bec41 + 0dbcfb0 commit 07ac47c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

tests/fixtures/README.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,16 @@
4848

4949
<ul>
5050
<li>Active development supports Python 3.5 or later.</li>
51-
</ul>
51+
</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

Comments
 (0)