Skip to content

Commit f2787f6

Browse files
committed
add instructions on running just one test
1 parent a421ca0 commit f2787f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@ When repeatedly running tests it can be very helpful to make sure you've set a l
272272
# or
273273
SC2READER_CACHE_DIR=local_cache python test_replays/test_all.py
274274

275+
To run just one test:
276+
277+
SC2READER_CACHE_DIR=local_cache PYTHONPATH=. python -m unittest test_replays.test_all.TestReplays.test_38749
278+
279+
275280
Good luck, have fun!
276281

277282

0 commit comments

Comments
 (0)