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 66f376a commit 7b1d947Copy full SHA for 7b1d947
README.md
@@ -132,6 +132,10 @@ async def get_proxies():
132
133
Read more about API [here](https://github.com/DevAlone/proxy_py/tree/master/docs/API.md)
134
135
+## How to test it?
136
+
137
+If made changes to code and want to check that you didn't broke anything, go [here](https://github.com/DevAlone/proxy_py/tree/master/docs/tests.md)
138
139
## How to deploy on production using supervisor, nginx and postgresql in 8 steps?
140
141
1 Install supervisor, nginx and postgresql
docs/tests.md
@@ -0,0 +1,3 @@
1
+# proxy_py tests
2
3
+TODO: add information how to use tests
0 commit comments