ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
46 stars 89 forks source link

Mark linter test and declare cov/junit module name #327

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

Using the setup.cfg to tell coverage the name of the module we're interested in is better than passing it on the command line every time we invoke pytest with --cov.

Declaring the junit_suite_name will make the tests categories correctly in our infrastructure.

Marking tests appropriately will allow us to be more selective about what tests are run.