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

Commits on May 3, 2024

  1. Always include tests dir in checks

    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.
    robin-nitrokey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    65d6685 View commit details
    Browse the repository at this point in the history
  2. Add PYTEST_FLAGS to Makefile

    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 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    527b659 View commit details
    Browse the repository at this point in the history