mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +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
|
||||
server_tests = client_tests = False
|
||||
if _IrcTestCase.controllerClass is None:
|
||||
return
|
||||
pass
|
||||
elif issubclass(_IrcTestCase.controllerClass, BaseServerController):
|
||||
server_tests = True
|
||||
elif issubclass(_IrcTestCase.controllerClass, BaseClientController):
|
||||
|
Reference in New Issue
Block a user