-
Notifications
You must be signed in to change notification settings - Fork 143
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
Test runner fails when given a subset of tests that don't use the database #11204
Comments
jacobtylerwalls
changed the title
Test runner fails when given a subset of tests don't use the database
Test runner fails when given a subset of tests that don't use the database
Jul 18, 2024
jacobtylerwalls
added a commit
to archesproject/arches-templating
that referenced
this issue
Jul 18, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jul 18, 2024
jacobtylerwalls
added a commit
that referenced
this issue
Jul 18, 2024
11 tasks
11 tasks
chiatt
pushed a commit
that referenced
this issue
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running a partial set of tests that do not use postgres,
SimpleTestCase
ArchesTestRunner attempts to perform additional setup actions against the db anyway.
Suggest adding a guard to skip our custom, additional db setup when Django decides to skip database setup entirely:
The text was updated successfully, but these errors were encountered: