summaryrefslogtreecommitdiff
path: root/tests/test_popen_spawn.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #739 from swt2c/makeSuiteRed_M2023-02-141-1/+1
|\ | | | | Replace deprecated unittest.makeSuite
| * tests: Replace deprecated unittest.makeSuiteScott Talbert2023-02-021-1/+1
| | | | | | | | | | | | This function was never formally documented, but has been deprecated and will be removed in Python 3.13. Replaced with unittest.TestLoader.loadTestsFromTestCase.
* | tests: Replace assertRaisesRegexp with assertRaisesRegexScott Talbert2023-02-011-4/+4
|/ | | | | unittest.TestCase.assertRaisesRegexp was deprecated in Python 3.2 and is removed in Python 3.12.
* Make `crlf` match the default platform behaviour in `PopenSpawn`. Fixes #488Jerome M. BERGER2018-05-221-0/+8
|
* 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