test_backend.sh 74 B

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