update makefile

This commit is contained in:
Shivaram Lingamneni
2021-02-22 13:14:29 -05:00
committed by Valentin Lorentz
parent 4ac891382e
commit c2ed9ca79f

View File

@ -1,9 +1,9 @@
.PHONY: all flakes integration
.PHONY: all flakes oragono
all: flakes integration
all: flakes oragono
flakes:
pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py
integration:
./test.py irctest.controllers.oragono
oragono:
python3 -m pytest -k "not deprecated" --controller irctest.controllers.oragono