Skip to content

Commit bcade58

Browse files
authored
Add pytest.ini so local tests don't display warning (#428)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent b6d97d6 commit bcade58

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

launch/pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
junit_family=xunit2

launch_xml/pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
junit_family=xunit2

launch_yaml/pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
junit_family=xunit2

0 commit comments

Comments
 (0)