summaryrefslogtreecommitdiff
path: root/testsuite/test_api.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-14 16:58:05 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-14 16:58:05 +0200
commitc06b6e725221ab927bb1ebdd908c5f53649acdcb (patch)
tree06ba8fbf0b3b3b3eed1e32a8110cfc77d6a276ac /testsuite/test_api.py
parent77bd8aef4ed98bb9f24bd9f6b02d60e1c8d0fcf3 (diff)
downloadpep8-c06b6e725221ab927bb1ebdd908c5f53649acdcb.tar.gz
Merge checker W292 with checker W391 for better performance
Diffstat (limited to 'testsuite/test_api.py')
-rw-r--r--testsuite/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test_api.py b/testsuite/test_api.py
index 7a4097a..fba27c7 100644
--- a/testsuite/test_api.py
+++ b/testsuite/test_api.py
@@ -246,7 +246,7 @@ class APITestCase(unittest.TestCase):
pep8style = pep8.StyleGuide(paths=[E11])
# Default lists of checkers
- self.assertTrue(len(pep8style.options.physical_checks) > 5)
+ self.assertTrue(len(pep8style.options.physical_checks) > 4)
self.assertTrue(len(pep8style.options.logical_checks) > 10)
self.assertEqual(len(pep8style.options.ast_checks), 0)