summaryrefslogtreecommitdiff
path: root/tests/test_popen_spawn.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert some changes to Popen testsThomas Kluyver2015-09-121-7/+7
| | | | ~ is a shell feature, so running ls ~ without a shell fails.
* Fix popen spawn and tests on windowsSteven Silvester2015-09-121-7/+7
| | | | | | Cleanup Always close stdin
* Add a sendeof method and testsSteven Silvester2015-09-121-3/+25
|
* Add test fileSteven Silvester2015-09-121-0/+109