Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pytest markers, junit suite name #64

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Feb 28, 2024

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).

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).
@cottsay cottsay self-assigned this Feb 28, 2024
@Yadunund Yadunund merged commit 4e587a5 into main Feb 28, 2024
2 checks passed
@Yadunund Yadunund deleted the cottsay/mark-linters branch February 28, 2024 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants