KEriks 65cf45e600 Granularity
changes

Loop fixers
2021-08-31 17:37:37 +03:00

7 lines
171 B
Bash

#!/usr/bin/env sh
set -e
isort dbot
black dbot
flake8 dbot
PYTHONPATH="$(python -c "import os.path; print(os.path.realpath('$1'))")/dbot" python -m unittest dbot/tests.py