test_backend.sh 68 B

12345
  1. #!/bin/sh
  2. cd backend
  3. ../venv/bin/python3 -m pytest tests/ -v
  4. cd ..