ros-infrastructure / rosdoc2

Command-line tool for generating documentation for ROS 2 packages.
Apache License 2.0
29 stars 9 forks source link

Add pytest markers, junit suite name #64

Closed cottsay closed 4 months ago

cottsay commented 4 months ago

With these markers present, pytest can be used to filter for or against "linter" or "flake8", as is possible in other ROS packages.

Additionally, by moving the imports for flake8 into the test body, tests can be executed without flake8 installed (as is a common practice in system packaging).