Skip to content

Set up a regression test suite #48

Description

@ScottTodd

We can think of "regression tests" as a middle layer between unit tests and integration tests:

  • unit tests: hand-written, small, fast to run
  • regression tests: reduced from full models but still complex, medium size, medium run time
  • integration tests: full models, large, slow to run

When an issue is detected and fixed, we should have a process to:

  1. Minimize and reproduce the issue (using the tools below, or some other process)
  2. Add the [minimal] reproducer to the regression suite
  3. Run the regression suite regularly (every commit, nightly, etc.)

Tools like fuzzers can also be used to generate regression test cases.

Tools to help

Implementation ideas

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions