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

Improve check and test targets in Makefile #114

Merged
merged 2 commits into from
May 3, 2024
Merged

Improve check and test targets in Makefile #114

merged 2 commits into from
May 3, 2024

Conversation

robin-nitrokey
Copy link
Member

This patch changes the check targets to always include the tests directory and updates the test target to support a PYTEST_FLAGS variable.

Previously, only the mypy tests were executed for the tests directory.
This patch also enables the code format, import sorting and style checks
and applies the required fixes.
This patch adds a PYTEST_FLAGS variable to the test target to make it
esay to select specific tests or set additional options.
@robin-nitrokey robin-nitrokey merged commit 527b659 into main May 3, 2024
6 checks passed
@robin-nitrokey robin-nitrokey deleted the makefile branch May 3, 2024 08:32
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.

1 participant