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 a8c02db commit 35cc5b8Copy full SHA for 35cc5b8
tests/README.md
@@ -0,0 +1,11 @@
1
+## Testing
2
+
3
+To run the tests, install from within docker with `--entrypoint "/bin/bash"` the requirements
4
+```
5
+pip install -r requirements.txt
6
7
8
+and mounting a volume for the tests, they can be run from within the container with
9
10
+pytest tests/ -s -vvvvv
11
tests/requirements.txt
@@ -0,0 +1,3 @@
+pytest
+pytest-asyncio
+aiohttp
0 commit comments