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 a790516 commit 42c6502Copy full SHA for 42c6502
docker-compose-test.yaml
@@ -24,5 +24,5 @@ services:
24
- -c
25
- |
26
pip install pytest pytest-cov pytest-console-scripts --root-user-action ignore
27
- # pytest --cov-report term-missing --cov=discordai_modelizer tests
28
- tail -f /dev/null
+ pytest --cov-report term-missing --cov=discordai_modelizer tests
+ # tail -f /dev/null
0 commit comments