Changes between Initial Version and Version 7 of Ticket #36083
- Timestamp:
- Jan 12, 2025, 9:28:35 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36083
- Property Keywords TransactionTestCase setupclass available_apps added
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary tests.file_storage.tests can fail when run in isolation → LiveServerTestCase fails in parallel test runner if django.contrib.auth.backends has not yet been imported
-
Ticket #36083 – Description
initial v7 24 24 25 25 def test(self): 26 self. client.get(self.live_server_url + '/')26 self.assertEqual(2, 2) 27 27 }}} 28 28