Skip to content

Commit 35cc5b8

Browse files
committed
tests instructions
1 parent a8c02db commit 35cc5b8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pytest
2+
pytest-asyncio
3+
aiohttp

0 commit comments

Comments
 (0)