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

Unified Diff: tests/subprocess2_test.py

Issue 8694006: Add Popen.start property. (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 | « subprocess2.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 e0cfd04a23b7a280b2321cc23a782c2e2ec43ac3..cd613f5dd2f22f2916a606b13f784e40270c6244 100755
--- a/tests/subprocess2_test.py
+++ b/tests/subprocess2_test.py
@@ -142,6 +142,7 @@ class DefaultsTest(auto_stub.TestCase):
env['LANGUAGE'] = 'en_US.UTF-8'
expected['env'] = env
self.assertEquals(expected, results)
+ self.assertTrue(time.time() >= proc.start)
def test_check_output_defaults(self):
results = self._fake_communicate()
« no previous file with comments | « subprocess2.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698