mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +00:00
Split Unreal/Insp's tests between Atheme and serviceless
it should make the critical path (insp) slightly shorter
This commit is contained in:
14
Makefile
14
Makefile
@ -109,9 +109,16 @@ ergo:
|
||||
-k "$(ERGO_SELECTORS)"
|
||||
|
||||
inspircd:
|
||||
$(PYTEST) $(PYTEST_ARGS) \
|
||||
--controller=irctest.controllers.inspircd \
|
||||
-m 'not services' \
|
||||
-k '$(INSPIRCD_SELECTORS)'
|
||||
|
||||
inspircd-atheme:
|
||||
$(PYTEST) $(PYTEST_ARGS) \
|
||||
--controller=irctest.controllers.inspircd \
|
||||
--services-controller=irctest.controllers.atheme_services \
|
||||
-m 'services' \
|
||||
-k '$(INSPIRCD_SELECTORS)'
|
||||
|
||||
inspircd-anope:
|
||||
@ -143,9 +150,16 @@ sopel:
|
||||
-k '$(SOPEL_SELECTORS)'
|
||||
|
||||
unrealircd:
|
||||
$(PYTEST) $(PYTEST_ARGS) \
|
||||
--controller=irctest.controllers.unrealircd \
|
||||
-m 'not services' \
|
||||
-k '$(UNREALIRCD_SELECTORS)'
|
||||
|
||||
unrealircd-atheme:
|
||||
$(PYTEST) $(PYTEST_ARGS) \
|
||||
--controller=irctest.controllers.unrealircd \
|
||||
--services-controller=irctest.controllers.atheme_services \
|
||||
-m 'services' \
|
||||
-k '$(UNREALIRCD_SELECTORS)'
|
||||
|
||||
unrealircd-anope:
|
||||
|
Reference in New Issue
Block a user