File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,17 @@ Advanced Install
9090 $ python setup.py install
9191 $ sc2printer 'path/to/replay.sc2replay'
9292
93- Contributors
93+ Testing
9494~~~~~~~~~~~~~
9595
96+ sc2reader is tested using the `pytest`_ module. This module can be installed
97+ using ``pip`` or ``easy_install``.
98+
9699::
97100
98101 $ easy_install pytest
99102
100- In order to run the tests, you need to be in the root directory of sc2reader. Then:
103+ In order to run the tests, you need to be in the root directory of sc2reader.
101104
102105::
103106
@@ -118,4 +121,4 @@ Until some further infrastructure is set up:
118121.. _wiki: https://github.com/GraylinKim/sc2reader/wiki
119122.. _phpsc2replay: http://code.google.com/p/phpsc2replay/
120123.. _pytest: http://pytest.org/
121- .. _issue tracker: https://github.com/GraylinKim/sc2reader/issues
124+ .. _issue tracker: https://github.com/GraylinKim/sc2reader/issues
You can’t perform that action at this time.
0 commit comments