flake8
passed.
JSHint
passed.
Review Request #9230 — Created Sept. 28, 2017 and submitted
We had a number of test suites that weren't calling their parent class's
setUp()
ortearDown()
methods. Strictly speaking, it's not necessary
to call these in these cases, but it will be important down the road if
there are any changes in the inheritance. To keep things consistent and
safe going forward, the parent methods are now called in every suite.
Unit tests pass.