Changes between Initial Version and Version 7 of Ticket #36083


Ignore:
Timestamp:
Jan 12, 2025, 9:28:35 PM (4 weeks ago)
Author:
Adam Zapletal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36083

    • Property Keywords TransactionTestCase setupclass available_apps added
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Summary tests.file_storage.tests can fail when run in isolationLiveServerTestCase fails in parallel test runner if django.contrib.auth.backends has not yet been imported
  • Ticket #36083 – Description

    initial v7  
    2424
    2525    def test(self):
    26         self.client.get(self.live_server_url + '/')
     26        self.assertEqual(2, 2)
    2727}}}
    2828
Back to Top