Issue #1062 and pr #1086 highlight a minor problem with the fact that the setup and tear down are treated very similarly, the output from the setup ends up showing up after the tests which is potentially confusing.
If this is fixed, the fix in pr #1086 should be updated to output the setup before the tests.