1
0
mirror of https://github.com/progval/irctest.git synced 2025-04-07 15:59:49 +00:00
Files
irctest/Makefile
Shivaram Lingamneni c2ed9ca79f update makefile
2021-02-22 20:21:39 +01:00

10 lines
261 B
Makefile

.PHONY: all flakes oragono
all: flakes oragono
flakes:
pyflakes3 ./irctest/cases.py ./irctest/client_mock.py ./irctest/controllers/oragono.py irctest/server_tests/*.py
oragono:
python3 -m pytest -k "not deprecated" --controller irctest.controllers.oragono