kenken999's picture
sd
185f702
raw
history blame
112 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run tests in parallel
pytest -n 4 tests/