X Tutup
Skip to content

Commit 6b7f1dd

Browse files
committed
Document skipping of slow tests
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 0740a71 commit 6b7f1dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/sphinx/source/contributing.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ To run tests from the bpython directory:
8686
8787
$ nosetests
8888
89+
If you want to skip test cases that are known to be slow, run `nosetests` in the
90+
following way:
91+
92+
.. code-block:: bash
93+
94+
$ nosetests -A "speed != 'slow'"
95+
8996
Building the documentation
9097
--------------------------
9198

0 commit comments

Comments
 (0)
X Tutup