index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_runner
/
test_parallel.py
Age
Commit message (
Expand
)
Author
2021-03-25
Fixed RemoteTestResultTest tests without tblib.
Mariusz Felisiak
2021-03-18
Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.
Adam Johnson
2021-03-18
Refs #31370 -- Added test for pickling RemoteTestResult.
Adam Johnson
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2019-10-23
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Mariusz Felisiak
2019-10-22
Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...
Mariusz Felisiak
2017-11-17
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-08-26
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek