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

update tests for changes to pytest #820

Merged
merged 2 commits into from Jan 23, 2024

Commits on Jan 19, 2024

  1. Fixing up all pytests

    The new pytest version raises an error instead of warning when tests return a value, and when assert is used incorrectly. All tests have been touched up to not have issues with the latest pytest.
    aprsa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    04f5327 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Update f-string to be compatible with python 3.7

    f-string format f'{var=}' has been introduced in python 3.8, and it caused the 3.7 tests to fail. This fixes that issue.
    aprsa committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    53027d9 View commit details
    Browse the repository at this point in the history