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

refactor: testing #91

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Commits on Oct 29, 2024

  1. refactor: apt/tests

    * make apt/tests more readable by factoring out the parameters
    
    * add a "test suite macro" in each test file that group all of the unit
      tests in the file and prepends a "test suite prefix". IMHO this is
      better than using `unittest.suite` because we provide better naming
      than the automated `_test<NUMBER>` plus these better names are actual
      targets that can be executed one-by-one by name.
    jjmaestro committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0ef16e7 View commit details
    Browse the repository at this point in the history
  2. test: add a bullseye_nolock package to the tests

    Add other nolock tests to exercise the package repos (the templates,
    etc).
    jjmaestro committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    01de7b7 View commit details
    Browse the repository at this point in the history