We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4797 commit 169751dCopy full SHA for 169751d
README.rst
@@ -268,9 +268,7 @@ To run the tests just use::
268
269
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::
270
271
- export SC2READER_CACHE_DIR=local_cache
272
- # or
273
- SC2READER_CACHE_DIR=local_cache python test_replays/test_all.py
+ SC2READER_CACHE_DIR=local_cache PYTHONPATH=. python -m unittest test_replays.test_all
274
275
To run just one test:
276
0 commit comments