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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24080, comment 46

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