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 CommandLineTest type to test helper package #35

Merged
merged 5 commits into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    fdc5c63 View commit details
    Browse the repository at this point in the history
  2. Refactor Test to use interface for different types

    - This allows more flexible and consistent execution of different
      test types
    - Also makes it easier to introduce new test types
    calvinmclean committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4ca9b4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ac3d24 View commit details
    Browse the repository at this point in the history
  4. Add CommandLineTest and other improvements

    - CommandLineTest is used to run tests from command line args
    - Improve error response body assertions
    calvinmclean committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b2eb6bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55029a3 View commit details
    Browse the repository at this point in the history