Changes between Initial Version and Version 1 of Ticket #37064, comment 16


Ignore:
Timestamp:
Apr 24, 2026, 10:52:15 PM (3 weeks ago)
Author:
Rio Weber

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37064, comment 16

    initial v1  
    44
    55
    6 i built a `TransactionTestCase` that swaps `connection.cursor` in `setUp` call a one function from a 2 method module and ran `coverage run manage.py test` to see if would corrupt the coverage
     6i built a `TransactionTestCase` that swaps `connection.cursor` in `setUp` call a one function from a 2 method module and ran `coverage ` to see if would corrupt the coverage
    77
    8 The only way to use this bug to ship bad code would be to have a ci that ignores exit codes and ignores errors > 0 in junit xml
     8anyway, The only way to use this bug to ship bad code would be to have a ci that ignores exit codes and ignores errors > 0 in junit xml
    99
    1010still worth fixing though
Back to Top