]> granicus.if.org Git - python/commit
test_stdout_none(): Don't print "banana" to the screen in the middle
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Oct 2004 03:29:54 +0000 (03:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Oct 2004 03:29:54 +0000 (03:29 +0000)
commit4052fe5a9bb5de0e142f138c00a263d2fe44f552
tree2171ed07cbbbd4f078a96acbff9b51de4bca4a7d
parent876c43245ea0a42090636222c02ccf359e4f5aa8
test_stdout_none():  Don't print "banana" to the screen in the middle
of the test.  It's testing stdout in a different process, so it has to
print something, but I didn't find "banana" to be self-explanatory.
Lib/test/test_subprocess.py