summaryrefslogtreecommitdiff
path: root/testsuite/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test_all.py')
-rw-r--r--testsuite/test_all.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/test_all.py b/testsuite/test_all.py
index 3508674..38b3c45 100644
--- a/testsuite/test_all.py
+++ b/testsuite/test_all.py
@@ -7,9 +7,6 @@ import unittest
import pycodestyle
from testsuite.support import init_tests, selftest, ROOT_DIR
-# Note: please only use a subset of unittest methods which were present
-# in Python 2.5: assert(True|False|Equal|NotEqual|Raises)
-
class PycodestyleTestCase(unittest.TestCase):
"""Test the standard errors and warnings (E and W)."""