You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.md
+15
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,20 @@ data = (
167
167
)
168
168
```
169
169
170
+
## Run Tests
171
+
A sample script is provided to run the tests in a container (either Docker or Podman is supported), to run tests:
172
+
173
+
```bash
174
+
$ bash scripts/run-tests.sh
175
+
```
176
+
177
+
This script can also receive a python version to check test against, i.e
178
+
179
+
```bash
180
+
$ bash scripts/run-tests.sh 3.7
181
+
```
182
+
183
+
170
184
## Related Stuff
171
185
*[Making an Unlimited Number of Requests with Python aiohttp + pypeln](https://medium.com/@cgarciae/making-an-infinite-number-of-requests-with-python-aiohttp-pypeln-3a552b97dc95)
0 commit comments