def test_single_test_pass(self):
     # note that this doesn't use nose.plugins.doctests.run, in order that
     # this test fails if the final terminating newline is not present (it
     # could still be written as a doctest -- PluginTester was just closer
     # to hand)
     print(self.output)
     output = remove_timings(str(self.output))
     assert output == """\
 def test_zero_tests_pass(self):
     print(self.output)
     output = remove_timings(str(self.output))
     assert output == """\