Skip to content

Commit

Permalink
python-unittest2 and python3-pytest-cov added
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 4, 2024
1 parent 3ed8ace commit 1dce5a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
flask
waitress
expiringdict
expiringdict

pytest
pytest-cov
unittest2
2 changes: 2 additions & 0 deletions yasmin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python-unittest2</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python3-pytest-cov</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 2 additions & 0 deletions yasmin_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python-unittest2</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python3-pytest-cov</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 1dce5a5

Please sign in to comment.