Use pprint to print out webapi responses in unit tests.

Review Request #8266 — Created July 2, 2016 and submitted — Latest diff uploaded

Information

Djblets
release-0.10.x
e44e5a0...

Reviewers

It can be annoying to menally parse the responses from unit tests when dealing
with failures in the API tests. This change updates it to use pprint for the
structures rather than print.

Used this to debug some failures.

    Loading...