Skip to content

Commit

Permalink
Fix indentation and trim number of underlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-hof committed Dec 28, 2016
1 parent 1b7a693 commit 262a9ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/zope/testrunner/tests/testrunner-new-threads.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Threads Reporting
=============================
=================

For each test zope.testrunner checks if new threads are left behind.

>>> import time
>>> import time
>>> import os
>>> directory_with_tests = os.path.join(this_directory, 'testrunner-ex')
>>> defaults = ['--path', directory_with_tests]
Expand All @@ -19,12 +19,12 @@ For each test zope.testrunner checks if new threads are left behind.
Ran 1 tests with 0 failures, 0 errors and 0 skipped in N.NNN seconds.
Tearing down left over layers:
Tear down zope.testrunner.layer.UnitTests in N.NNN seconds.
>>> time.sleep(1)
>>> time.sleep(1)


It is possible to ignore this reporting for known threads.

>>> import time
>>> import time
>>> import os
>>> directory_with_tests = os.path.join(this_directory, 'testrunner-ex')
>>> defaults = ['--path', directory_with_tests]
Expand All @@ -37,4 +37,4 @@ It is possible to ignore this reporting for known threads.
Ran 1 tests with 0 failures, 0 errors and 0 skipped in N.NNN seconds.
Tearing down left over layers:
Tear down zope.testrunner.layer.UnitTests in N.NNN seconds.
>>> time.sleep(1)
>>> time.sleep(1)

0 comments on commit 262a9ea

Please sign in to comment.