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

Modernize tests #180

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Modernize tests #180

wants to merge 11 commits into from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    6dbde72 View commit details
    Browse the repository at this point in the history
  2. Remove antiquated codings/futures

    akx committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c20a22f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fabcc1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc4049e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec9c837 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aad2e70 View commit details
    Browse the repository at this point in the history
  7. Use isinstance for type checking

    Via `ast-grep run --pattern 'type($A) == $B' --rewrite 'isinstance($A, $B)' -iU tests`
    akx committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d32a326 View commit details
    Browse the repository at this point in the history
  8. Address ruff lint issues

    akx committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    40b53ac View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add pytest-cov, pin pytest

    akx committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8d8cd42 View commit details
    Browse the repository at this point in the history
  2. Test database metadata

    akx committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e407bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbae3f View commit details
    Browse the repository at this point in the history