pytestCheckHook: Add disabledTestFiles option
This commit is contained in:
committed by
Jonathan Ringer
parent
2982fa466e
commit
6f7f01a244
@@ -610,6 +610,10 @@ Using the example above, the analagous pytestCheckHook usage would be:
|
||||
"download"
|
||||
"update"
|
||||
];
|
||||
|
||||
disabledTestFiles = [
|
||||
"tests/test_failing.py"
|
||||
];
|
||||
```
|
||||
|
||||
This is expecially useful when tests need to be conditionallydisabled,
|
||||
|
||||
Reference in New Issue
Block a user