mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
update makefile
This commit is contained in:
committed by
Valentin Lorentz
parent
4ac891382e
commit
c2ed9ca79f
8
Makefile
8
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user