Blob Blame History Raw
--- src/zope/testrunner/tests/testrunner-subunit.rst.orig	2021-03-17 03:10:30.000000000 -0600
+++ src/zope/testrunner/tests/testrunner-subunit.rst	2021-03-17 08:42:08.353615683 -0600
@@ -476,10 +476,9 @@ Let's run tests including a module with
     test: sample2.badsyntax
     tags: zope:import_error
     error: sample2.badsyntax [
-    Traceback (most recent call last):
       File "/home/benji/workspace/all-the-trunks/zope.testrunner/src/zope/testrunner/testrunner-ex/sample2/badsyntax.py", line 16
         importx unittest  # noqa: E999
-                       ^
+                ^
     SyntaxError: invalid syntax
     ]
     test: sample2.sample21.sampletests_i
--- src/zope/testrunner/tests/testrunner-subunit-v2.rst.orig	2021-03-17 03:10:30.000000000 -0600
+++ src/zope/testrunner/tests/testrunner-subunit-v2.rst	2021-03-17 08:42:31.785589599 -0600
@@ -443,10 +443,9 @@ Let's run tests including a module with
     id=sample2.badsyntax status=inprogress
     id=sample2.badsyntax
     traceback (text/x-traceback...)
-    Traceback (most recent call last):
       File "/home/benji/workspace/all-the-trunks/zope.testrunner/src/zope/testrunner/testrunner-ex/sample2/badsyntax.py", line 16
         importx unittest  # noqa: E999
-                       ^
+                ^
     SyntaxError: invalid syntax
     <BLANKLINE>
     id=sample2.badsyntax status=fail tags=(zope:import_error)