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 85905a3 commit da188f4Copy full SHA for da188f4
test/test_apps.py
@@ -58,7 +58,7 @@ def _run_app_test(
58
self, app_name: str, app_dirname: str = None, minimum_passed_cases: int = None,
59
fall_back_to_ofc: bool = False):
60
if app_name not in _APPS_ROOT_PATHS and app_name in _APPS_OPTIONAL:
61
- self.skip('{} directory not found'.format(app_name))
+ self.skipTest('{} directory not found'.format(app_name))
62
if app_dirname is None:
63
app_dirname = app_name
64
0 commit comments