summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-21 09:25:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-21 09:25:23 -0400
commitf491f4f37ff2e18090b1f8c74d20a95591f4fc81 (patch)
treec46e77ffe8dcf9a57055c5ce482561177d03c6a2 /tests/test_cmdline.py
parent39538e9f8a93b4cf808e56022483cd04b326fe08 (diff)
downloadpython-coveragepy-git-f491f4f37ff2e18090b1f8c74d20a95591f4fc81.tar.gz
Pylint upgrade and cleanup.
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 038e9214..08f7937a 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -72,7 +72,7 @@ class CmdLineTest(CoverageTest):
code = re.sub(r"(?m)^\.", "m2.", code)
m2 = self.model_object()
code_obj = compile(code, "<code>", "exec")
- eval(code_obj, globals(), { 'm2': m2 })
+ eval(code_obj, globals(), { 'm2': m2 }) # pylint: disable=eval-used
# Many of our functions take a lot of arguments, and cmdline.py
# calls them with many. But most of them are just the defaults, which