Changes between Version 1 and Version 2 of Ticket #26942, comment 4
- Timestamp:
- Jul 30, 2016, 9:31:44 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26942, comment 4
v1 v2 6 6 def addSubTest(self, test, subtest, err): 7 7 # 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. 9 9 # See here for the Django ticket to support subtests with the 10 10 # --parallel test option: