summaryrefslogtreecommitdiff
path: root/testsuite/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/support.py')
-rw-r--r--testsuite/support.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/support.py b/testsuite/support.py
index 825def1..bcca4e4 100644
--- a/testsuite/support.py
+++ b/testsuite/support.py
@@ -151,11 +151,11 @@ def init_tests(pep8style):
A test file can provide many tests. Each test starts with a
declaration. This declaration is a single line starting with '#:'.
- It declares codes of expected failures, separated by spaces or 'Okay'
- if no failure is expected.
+ It declares codes of expected failures, separated by spaces or
+ 'Okay' if no failure is expected.
If the file does not contain such declaration, it should pass all
- tests. If the declaration is empty, following lines are not checked,
- until next declaration.
+ tests. If the declaration is empty, following lines are not
+ checked, until next declaration.
Examples: