Changes between Version 1 and Version 2 of Ticket #26942, comment 4


Ignore:
Timestamp:
Jul 30, 2016, 9:31:44 PM (8 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26942, comment 4

    v1 v2  
    66def addSubTest(self, test, subtest, err):
    77    # Following unittest.TestResult.addSubTest()'s implementation in
    8     # Python 3.5, we don't do anything with subtests on success
     8    # Python 3.5, we don't do anything with subtests on success.
    99    # See here for the Django ticket to support subtests with the
    1010    # --parallel test option:
Back to Top