Changes between Initial Version and Version 1 of Ticket #17010


Ignore:
Timestamp:
Oct 6, 2011, 7:27:41 PM (13 years ago)
Author:
Russell Keith-Magee
Comment:

Marking invalid, because you have proposed a solution without describing the actual problem. On top of that, the solution you propose will break other features in Django, because importing unittest as you suggest won't return the library required.

Feel free to reopen this ticket if you want to provide a clear set of instructions for reproducing the problem you are seeing. If you want to propose a solution, that's fine, but we aren't going to apply a patch without a clear understanding of what it is the patch is trying to achieve, and why.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17010

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #17010 – Description

    initial v1  
    22
    33C:\Python25\Lib\site-packages\django\test\testcases.py  line 243 changed to :
    4 
     4{{{
    55import unittest
    66class TransactionTestCase(unittest.TestCase):
     7}}}
Back to Top