npkpy/pytest.sh
2020-06-25 19:33:49 +02:00

4 lines
132 B
Bash
Executable file

#!/bin/bash
pytest --cov=npkpy --cov=tests_acceptance_test -v
pylint --rcfile=.pylintrc npkpy/** tests/** tests_acceptance_test/**