Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: tests/subprocess2_test.py

Issue 8749005: Silence pylint on Mac OSX 10.6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing_support/fake_repos.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/subprocess2_test.py
diff --git a/tests/subprocess2_test.py b/tests/subprocess2_test.py
index b0706aeb2b8ac977067dd541d26ab4f0944c245d..10290592d77cfcd2fefa2ab03bf83f8d429b4936 100755
--- a/tests/subprocess2_test.py
+++ b/tests/subprocess2_test.py
@@ -125,9 +125,6 @@ class DefaultsTest(auto_stub.TestCase):
# Cleanup code in subprocess.py needs this member to be set.
# pylint: disable=W0201
proc._child_created = None
- # Since subprocess.Popen.__init__() is not called, proc.returncode shouldn't
- # be present.
- self.assertFalse(hasattr(proc, 'returncode'))
expected = {
'args': ['foo'],
'a': True,
« no previous file with comments | « testing_support/fake_repos.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698