Skip to content

Commit 2930f85

Browse files
committed
test guide
1 parent cf1630c commit 2930f85

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,12 @@ How to contribute?
194194
How to test it?
195195
***************
196196

197-
If you made the changes to code and want to check that you didn't break
198-
anything, go `here <https://github.com/DevAlone/proxy_py/tree/master/docs/tests.md>`_
197+
If you've made the changes to code and want to check that you didn't break
198+
anything, just run
199+
200+
`py.test`
201+
202+
inside virtual environment in proxy_py project directory.
199203

200204
How to deploy on production using supervisor, nginx and postgresql in 8 steps?
201205
******************************************************************************

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ aiopg
99
recommonmark
1010
sphinx_rtd_theme
1111
py_mini_racer
12+
pytest

0 commit comments

Comments
 (0)