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 ce8207a commit 1ff6949Copy full SHA for 1ff6949
docker-compose.test.yml
@@ -0,0 +1,8 @@
1
+services:
2
+ web:
3
+ user: root # Run as root for tests to allow global package installation
4
+ environment:
5
+ - PYTHONPATH=/usr/local/lib/python3.11/site-packages
6
+ command: bash -c "pip install faker pytest-asyncio pytest-mock && pytest tests/ -v"
7
+ volumes:
8
+ - ./tests:/code/tests
0 commit comments