We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ba38 commit f8ed26aCopy full SHA for f8ed26a
src/python_testing/test_testing/MockTestRunner.py
@@ -50,7 +50,7 @@ def __init__(self, filename: str, classname: str, test: str, endpoint: int = 0,
50
catTags=self.config.controller_cat_tags
51
)
52
53
- def set_test(self, filename: str, classname: str, test: str, endpoint: int = 0, pics: dict[str, bool] = {}):
+ def set_test(self, filename: str, classname: str, test: str):
54
self.test = test
55
self.set_test_config()
56
module = importlib.import_module(Path(os.path.basename(filename)).stem)
0 commit comments