Show the versions of Python, Django, and database modules when running tests.

Review Request #11083 — Created July 16, 2020 and submitted — Latest diff uploaded

Information

Django Evolution
master

Reviewers

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.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Show the versions of Python, Django, and database modules when running tests.
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.
f3ca896251c5d9f1e9510362fd5d5f5f871aaaf3 Christian Hammond
tests/runtests.py
Loading...