You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,21 +259,36 @@ Please review the `CONTRIBUTING.md`_ file and get in touch with us before doing
259
259
Testing
260
260
-------------------
261
261
262
-
We use the built in ``unittest`` module for testing. If you are still on Python 2.6 you will need to install ``unittest2`` because our test suite requires newer features than are included in the main distribution.
262
+
We use ``pytest`` for testing. If you don't have it just ``pip install pytest``.
263
263
264
-
To run the tests just use::
264
+
To run the tests, just do::
265
265
266
-
python test_replays/test_all.py
267
-
python test_s2gs/test_all.py
266
+
pytest
268
267
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::
0 commit comments