Files
classquiz-ai/run_tests.sh
T
2022-04-16 17:56:44 +02:00

6 lines
212 B
Bash
Executable File

docker run --rm -d -p 6379:6379 --name test_redis redis:alpine
python3 init_db.py
coverage run -m pytest -s -v --asyncio-mode=strict classquiz/tests/test_users.py
rm classquiz.db
docker container stop test_redis