Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

investigate speeding up Django's TransactionTestCase/TestCase #181

Open
timgraham opened this issue Nov 1, 2024 · 0 comments
Open

investigate speeding up Django's TransactionTestCase/TestCase #181

timgraham opened this issue Nov 1, 2024 · 0 comments

Comments

@timgraham
Copy link
Collaborator

See the discussion in #179.

One possibility beyond that discussion is to have Django's test suite TestCase classes set available_apps. Currently, runtests.py only enforces available_apps for TransactionTestCase but for database backends like django-mongodb that don't support transactions, TestCase functions like TransactionTestCase with regards to flushing the database.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant