mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
Exclude server/client tests when running selftests.
This commit is contained in:
@ -62,7 +62,7 @@ def pytest_collection_modifyitems(session, config, items):
|
|||||||
# First, check if we should run server tests or client tests
|
# First, check if we should run server tests or client tests
|
||||||
server_tests = client_tests = False
|
server_tests = client_tests = False
|
||||||
if _IrcTestCase.controllerClass is None:
|
if _IrcTestCase.controllerClass is None:
|
||||||
return
|
pass
|
||||||
elif issubclass(_IrcTestCase.controllerClass, BaseServerController):
|
elif issubclass(_IrcTestCase.controllerClass, BaseServerController):
|
||||||
server_tests = True
|
server_tests = True
|
||||||
elif issubclass(_IrcTestCase.controllerClass, BaseClientController):
|
elif issubclass(_IrcTestCase.controllerClass, BaseClientController):
|
||||||
|
Reference in New Issue
Block a user