Skip to content

Commit 169751d

Browse files
committed
better test-running instructions
1 parent abe4797 commit 169751d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,7 @@ To run the tests just use::
268268

269269
When repeatedly running tests it can be very helpful to make sure you've set a local cache directory to prevent long fetch times from battle.net::
270270

271-
export SC2READER_CACHE_DIR=local_cache
272-
# or
273-
SC2READER_CACHE_DIR=local_cache python test_replays/test_all.py
271+
SC2READER_CACHE_DIR=local_cache PYTHONPATH=. python -m unittest test_replays.test_all
274272

275273
To run just one test:
276274

0 commit comments

Comments
 (0)