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

Speed up unit tests by adding default parallelism #164

Merged
merged 3 commits into from
May 18, 2021
Merged

Speed up unit tests by adding default parallelism #164

merged 3 commits into from
May 18, 2021

Commits on May 18, 2021

  1. Speed up unit tests by adding default parallelism

    - Also update pytest to a newer version, making other changes required
      to enable this
    - On a six-core machine, the test suite now runs in 8s as opposed to ~40s
    - On a single-core machine, the test suite now runs in ~60s as opposed to ~85s
    - Have also removed one incorrect use of `raises()` which has been deprecated
    Feroz Salam committed May 18, 2021
    Configuration menu
    Copy the full SHA
    83e1809 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Feroz Salam committed May 18, 2021
    Configuration menu
    Copy the full SHA
    fbf9916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4bba1e View commit details
    Browse the repository at this point in the history