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 d232a51 commit 977c505Copy full SHA for 977c505
README.txt
@@ -93,9 +93,10 @@ Advanced Install
93
Contributors
94
~~~~~~~~~~~~~
95
96
-::
97
-
98
$ easy_install pytest
+
+In order to run the tests, you need to be in the root directory of sc2reader.
99
+To run the tests:
100
$ py.test
101
102
Issues and Support
@@ -112,4 +113,5 @@ Until some further infrastructure is set up:
112
113
.. _mpyq: http://pypi.python.org/pypi/mpyq
114
.. _wiki: https://github.com/GraylinKim/sc2reader/wiki
115
.. _phpsc2replay: http://code.google.com/p/phpsc2replay/
116
+.. _pytest: http://pytest.org/
117
.. _issue tracker: https://github.com/GraylinKim/sc2reader/issues
0 commit comments