Files

4 lines
98 B
Bash
Raw Permalink Normal View History

#!/bin/sh
cd /extract
2022-12-30 15:31:41 +01:00
pip install -U pytest pytest-mock && pip install --no-deps . && pytest "$@"