HomeSort by relevance Sort by last modified time
    Searched refs:test_stdout_none (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 152 def test_stdout_none(self): member in class:ProcessTestCase
164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],'
173 self.assertEqual(out.rstrip(), 'test_stdout_none')
323 # test_stdout_none (see above). The parent subprocess calls the child
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 152 def test_stdout_none(self): member in class:ProcessTestCase
164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],'
173 self.assertEqual(out.rstrip(), 'test_stdout_none')
323 # test_stdout_none (see above). The parent subprocess calls the child
    [all...]

Completed in 47 milliseconds