#36083: TransactionTestCase available_apps not set correctly for parallel test
runner
-------------------------------------+-------------------------------------
Reporter: Adam Zapletal | Owner: (none)
Type: Bug | Status: new
Component: Testing framework | Version: dev
Severity: Release blocker | Resolution:
Keywords: TransactionTestCase | Triage Stage: Accepted
setupclass available_apps |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Jacob Walls):
`available_apps` is a
[
https://docs.djangoproject.com/en/dev/topics/testing/advanced/#django.test.TransactionTestCase.available_apps
private API], so we may have some discretion about whether to block the
alpha over it, but I'm hoping a fix develops to make deciding that moot.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36083#comment:2>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.