Add support for Dlk-Services (#176)

This commit is contained in:
2022-11-14 22:58:30 +01:00
committed by GitHub
parent d0645ab1a8
commit fd0b050686
11 changed files with 390 additions and 9 deletions

View File

@ -274,3 +274,10 @@ unrealircd-anope:
--services-controller=irctest.controllers.anope_services \
-m 'services' \
-k '$(UNREALIRCD_SELECTORS)'
unrealircd-dlk:
pifpaf run mysql -- $(PYTEST) $(PYTEST_ARGS) \
--controller=irctest.controllers.unrealircd \
--services-controller=irctest.controllers.dlk_services \
-m 'services' \
-k '$(UNREALIRCD_SELECTORS)'