first pass at renaming oragono to ergo

This commit is contained in:
Shivaram Lingamneni
2021-05-26 16:02:22 -04:00
parent db0c64fa30
commit 6bdfdf58b2
2 changed files with 8 additions and 8 deletions

View File

@ -5,5 +5,5 @@ 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
ergo:
python3 -m pytest -k "not deprecated" --controller irctest.controllers.ergo