From 6ce40df5cf487d617b481c3ffe41bdb845a85a8e Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 25 Jun 2020 12:57:28 -0400 Subject: [PATCH] Add pytest.ini so tests succeed locally. (#502) * Add pytest.ini so tests succeed locally. Signed-off-by: Chris Lalancette --- rosidl_adapter/pytest.ini | 2 ++ rosidl_parser/pytest.ini | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 rosidl_adapter/pytest.ini create mode 100644 rosidl_parser/pytest.ini diff --git a/rosidl_adapter/pytest.ini b/rosidl_adapter/pytest.ini new file mode 100644 index 000000000..fe55d2ed6 --- /dev/null +++ b/rosidl_adapter/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2 diff --git a/rosidl_parser/pytest.ini b/rosidl_parser/pytest.ini new file mode 100644 index 000000000..fe55d2ed6 --- /dev/null +++ b/rosidl_parser/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2