Skip to content

Commit

Permalink
Add pytest.ini so local tests don't display warning (ros2#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed Jun 19, 2020
1 parent 54ab32d commit 7974bd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch_ros/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
junit_family=xunit2
1 change: 1 addition & 0 deletions launch_testing_ros/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
# Set testpaths, otherwise pytest finds 'tests' in the examples directory
testpaths = test
junit_family=xunit2
2 changes: 2 additions & 0 deletions ros2launch/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
junit_family=xunit2
2 changes: 2 additions & 0 deletions test_launch_ros/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
junit_family=xunit2

0 comments on commit 7974bd4

Please sign in to comment.