Ensure we call super() setUp/tearDown methods in tests

Review Request #9061 — Created July 8, 2017 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
027ef82...

Reviewers

I ran into some funky issues of super class setUp/tearDown methods not
always being called, so this change rectifies all cases where we are not
calling superclass setUp and tearDown.

Unit tests pass.

    Loading...