Mumble Display Names

This commit is contained in:
Aaron Kable
2020-04-06 02:19:53 +00:00
committed by Ariel Rin
parent 32e0621b0a
commit cc1f94cf61
9 changed files with 185 additions and 22 deletions

View File

@@ -19,4 +19,5 @@ install_command = pip install -e ".[testing]" -U {opts} {packages}
commands =
all: coverage run runtests.py -v 2
all: coverage report -m
all: coverage xml
core: coverage run runtests.py allianceauth.authentication.tests.test_app_settings -v 2