Show the versions of Python, Django, and database modules when running tests.
Review Request #11083 — Created July 16, 2020 and submitted — Latest diff uploaded
The test runner now shows the versions of Python, Django, and all the
database bindings when starting up a test suite, helping provide a
reference when diagnosing issues that differ between versions.
Ran unit tests. Saw the version output.