Merge pull request #113167 from mweinelt/pytestcheckhook-paths

pytestCheckHook: add support for disabling arbitrary paths
This commit is contained in:
Sandro
2021-02-18 16:59:22 +01:00
committed by GitHub
7 changed files with 11 additions and 11 deletions

View File

@@ -611,7 +611,7 @@ Using the example above, the analagous pytestCheckHook usage would be:
"update"
];
disabledTestFiles = [
disabledTestPaths = [
"tests/test_failing.py"
];
```