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 infection test tool #1306

Merged
merged 4 commits into from
May 15, 2024
Merged

Add infection test tool #1306

merged 4 commits into from
May 15, 2024

Commits on May 7, 2024

  1. run unit tests in random order

    running in random order highlights some interference between tests (mostly logging being enabled), and is a requirement for
    mutation testing (ie, all tests must pass when executed in a random order).
    brettmc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c3147c0 View commit details
    Browse the repository at this point in the history
  2. adding infection mutation testing

    this adds the ability to run infection. It generates a lot of output, which is an exercise for another PR...
    brettmc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    df3c9da View commit details
    Browse the repository at this point in the history
  3. linting

    brettmc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dcd803f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. infection max threads

    brettmc committed May 15, 2024
    Configuration menu
    Copy the full SHA
    06b4349 View commit details
    Browse the repository at this point in the history