From b6df434f20a50617bcd115e3ddb23459251cc89d Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 22 Jun 2020 19:27:41 +0000 Subject: [PATCH 1/2] Add pytest.ini so tests succeed locally. Signed-off-by: Chris Lalancette --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..fe55d2ed6 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +junit_family=xunit2 From 45111e6e81734e547a8512cb35d889782b384192 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 25 Jun 2020 16:47:48 +0000 Subject: [PATCH 2/2] Make pytest.ini part of each package that needs it. Signed-off-by: Chris Lalancette --- pytest.ini => rosidl_adapter/pytest.ini | 0 rosidl_parser/pytest.ini | 2 ++ 2 files changed, 2 insertions(+) rename pytest.ini => rosidl_adapter/pytest.ini (100%) create mode 100644 rosidl_parser/pytest.ini diff --git a/pytest.ini b/rosidl_adapter/pytest.ini similarity index 100% rename from pytest.ini rename to rosidl_adapter/pytest.ini 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