Skip to content

Commit 8cb64ef

Browse files
committed
add markers
1 parent 6d78d06 commit 8cb64ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ testpaths = [
1111
]
1212
junit_log_passing_tests = true
1313
junit_family = "xunit1"
14+
markers = [
15+
"metadata",
16+
"test_properties(dict): Add custom properties to test XML output",
17+
]
1418
filterwarnings = [
1519
'ignore:record_property is incompatible with junit_family:pytest.PytestWarning',
1620
'ignore:record_xml_attribute is an experimental feature:pytest.PytestExperimentalApiWarning',

0 commit comments

Comments
 (0)