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

Allow for "reuse_db" test functionality #870

Merged
merged 2 commits into from
Nov 12, 2024

Commits on Nov 8, 2024

  1. Check models exists before creating for SQLAlchemy

    This was breaking if we use `reuse-db` option to bootstrap the DB.
    michelletran-codecov committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4552c03 View commit details
    Browse the repository at this point in the history
  2. Allow for "reuse_db" functionality

    Also fixed teardown for `test_postgres_sqlalchemy`.
    This was not getting torn down properly (`test_postgres_django` was being torn down twice).
    michelletran-codecov committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b8d941e View commit details
    Browse the repository at this point in the history