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

Convert tests from dict of dicts to list of tuples to avoid key overwrites #167

Merged
merged 10 commits into from
Aug 9, 2024

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    af3c022 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    aa89a56 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. delete test_uncertainties

    jagerber48 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4c0d069 View commit details
    Browse the repository at this point in the history
  2. formatting test module

    jagerber48 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d322dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16419ef View commit details
    Browse the repository at this point in the history
  4. reconfigure the tests

    jagerber48 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2ef23c2 View commit details
    Browse the repository at this point in the history
  5. pre-commit

    jagerber48 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9692002 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Mark failures and correct some tests.

    Before the pytest.parametrize refactor a bug involving repeated keys in the dictionary made it so many tests were not actually running. Moving to pytest.parametrize re-exposed these tests but unfortunately some of them are failing.
    jagerber48 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    95cc80c View commit details
    Browse the repository at this point in the history
  2. Resolve test issues

    jagerber48 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d42e43a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d5920 View commit details
    Browse the repository at this point in the history