From caecd49c8323df409fcb4975711494267239e3da Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Fri, 19 Jun 2020 10:56:28 -0400 Subject: [PATCH] Add pytest.ini so local tests don't display warning (#428) Signed-off-by: Chris Lalancette --- launch/pytest.ini | 2 ++ launch_xml/pytest.ini | 2 ++ launch_yaml/pytest.ini | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 launch/pytest.ini create mode 100644 launch_xml/pytest.ini create mode 100644 launch_yaml/pytest.ini diff --git a/launch/pytest.ini b/launch/pytest.ini new file mode 100644 index 000000000..fe55d2ed6 --- /dev/null +++ b/launch/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2 diff --git a/launch_xml/pytest.ini b/launch_xml/pytest.ini new file mode 100644 index 000000000..fe55d2ed6 --- /dev/null +++ b/launch_xml/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2 diff --git a/launch_yaml/pytest.ini b/launch_yaml/pytest.ini new file mode 100644 index 000000000..fe55d2ed6 --- /dev/null +++ b/launch_yaml/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2