Changes between Version 1 and Version 2 of Ticket #24080, comment 46


Ignore:
Timestamp:
Feb 2, 2016, 6:27:33 AM (8 years ago)
Author:
Martijn Jacobs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24080, comment 46

    v1 v2  
    66from django.test import TransactionTestCase as TestCase
    77
    8 class MyTestcase(TestCase):
     8class MyTestCase(TestCase):
    99    """My segfaulting testcase"""
    1010    cleans_up_after_itself = True
Back to Top