twnet_parser/scripts/run_tests.sh

9 lines
168 B
Bash
Raw Normal View History

2023-03-16 15:43:53 +00:00
#!/bin/bash
# TODO: use yq to parse .gitlab-ci.yaml and auto run whatever the CI does
pytest . || exit 1
pylint twnet_parser/ || exit 1
mypy twnet_parser/ || exit 1