Show version details when running Review Board unit tests.
Review Request #11678 — Created June 25, 2021 and submitted — Latest diff uploaded
The Review Board test runner now shows the versions of Review Board,
Djblets, Django, and Python being used. This can help ensure that a test
run is in the environment expected, catching confusing errors if a bad
assumption was made for, say, the version of Python.
Ran unit tests and saw the version information.