File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,12 @@ How to contribute?
194
194
How to test it?
195
195
***************
196
196
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.
199
203
200
204
How to deploy on production using supervisor, nginx and postgresql in 8 steps?
201
205
******************************************************************************
Original file line number Diff line number Diff line change 9
9
recommonmark
10
10
sphinx_rtd_theme
11
11
py_mini_racer
12
+ pytest
You can’t perform that action at this time.
0 commit comments