summaryrefslogtreecommitdiff
path: root/cherrypy
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-29 13:36:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-10-29 13:36:48 -0400
commitd1d699781eefcd27397c828000a80b347a06a719 (patch)
tree8d13c97b42ad3e30bf4289188e1e1b35f5d2e87b /cherrypy
parent82d2bcfa63c8997eed677c6b2d0b8d53820f691f (diff)
downloadcherrypy-git-d1d699781eefcd27397c828000a80b347a06a719.tar.gz
Honor E241
Diffstat (limited to 'cherrypy')
-rw-r--r--cherrypy/test/test_config.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cherrypy/test/test_config.py b/cherrypy/test/test_config.py
index e5c94ae1..70fe535b 100644
--- a/cherrypy/test/test_config.py
+++ b/cherrypy/test/test_config.py
@@ -148,13 +148,13 @@ class ConfigTests(helper.CPWebCase):
def testConfig(self):
tests = [
- ('/', 'nex', 'None'), # noqa: E241
- ('/', 'foo', 'this'), # noqa: E241
- ('/', 'bar', 'that'), # noqa: E241
- ('/xyz', 'foo', 'this'), # noqa: E241
- ('/foo/', 'foo', 'this2'), # noqa: E241
- ('/foo/', 'bar', 'that'), # noqa: E241
- ('/foo/', 'bax', 'None'), # noqa: E241
+ ('/', 'nex', 'None'),
+ ('/', 'foo', 'this'),
+ ('/', 'bar', 'that'),
+ ('/xyz', 'foo', 'this'),
+ ('/foo/', 'foo', 'this2'),
+ ('/foo/', 'bar', 'that'),
+ ('/foo/', 'bax', 'None'),
('/foo/bar', 'baz', "'that2'"),
('/foo/nex', 'baz', 'that2'),
# If 'foo' == 'this', then the mount point '/another' leaks into