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

tester: add config.toml and extra assertions #361

Merged
merged 4 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    c3f762e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777c0b9 View commit details
    Browse the repository at this point in the history
  3. tester: when verbose is enabled, do not run tests in parallel

    When verbose printing is enabled in the tester, run tests in sequence
    not parallel. When run in parallel, log messages from tests would appear
    out of order and interspersed with logs from other test cases.
    niklasdewally committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5a62bbe View commit details
    Browse the repository at this point in the history
  4. tester: allow enabling of extra assertions in config.toml

    Add an optional configuration file, config.toml, to test cases, allowing
    optional extra assertions to be enabled. These assertions are run on the
    rewritten model.
    
    Add the "vector_operators_have_partially_evaluated" assertion, allowing
    testing of partial evaluation.
    niklasdewally committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b560503 View commit details
    Browse the repository at this point in the history