summaryrefslogtreecommitdiff
path: root/tests.sh
blob: 9bfc56bb8edf9b85d8fa0cf91565c16e2523007f (plain)
1
2
3
4
5
6
#!/bin/bash -xe

pip install -e .
pytest -vvv -s --cache-clear
find . -name __pycache__ -type d | xargs rm -rf
rm -rf .pytest_cache/ .mypy_cache/ rgain.egg-info/