We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d7691 commit d705fa1Copy full SHA for d705fa1
tests_isolated/test_commandset/conftest.py
@@ -20,7 +20,7 @@
20
_Base = object
21
22
23
-class ExternalTestMixin:
+class ExternalTestMixin(_Base):
24
"""A cmd2 plugin (mixin class) that exposes an interface to execute application commands from python"""
25
26
def __init__(self, *args, **kwargs):
0 commit comments