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

INTPYTHON-435: investigate speeding up Django's TransactionTestCase/TestCase #181

Open
timgraham opened this issue Nov 1, 2024 · 1 comment

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.

@Jibola Jibola changed the title investigate speeding up Django's TransactionTestCase/TestCase INTPYTHON-345: investigate speeding up Django's TransactionTestCase/TestCase Nov 25, 2024
@Jibola
Copy link
Collaborator

Jibola commented Nov 25, 2024

@Jibola Jibola changed the title INTPYTHON-345: investigate speeding up Django's TransactionTestCase/TestCase INTPYTHON-435: investigate speeding up Django's TransactionTestCase/TestCase Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants