Skip to content

Commit c104fb5

Browse files
committed
Add pytest-subtests files changes
In addition, enable the plugin in `pytest/__init__.py` and `config/__init__.py`.
1 parent 237ede4 commit c104fb5

File tree

4 files changed

+1344
-0
lines changed

4 files changed

+1344
-0
lines changed

src/_pytest/config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def directory_arg(path: str, optname: str) -> str:
271271
"logging",
272272
"reports",
273273
"faulthandler",
274+
"subtests",
274275
)
275276

276277
builtin_plugins = {

0 commit comments

Comments
 (0)