| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #739 from swt2c/makeSuite | Red_M | 2023-02-14 | 1 | -1/+1 |
| |\ | | | | | Replace deprecated unittest.makeSuite | ||||
| | * | tests: Replace deprecated unittest.makeSuite | Scott Talbert | 2023-02-02 | 1 | -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 assertRaisesRegex | Scott Talbert | 2023-02-01 | 1 | -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 #488 | Jerome M. BERGER | 2018-05-22 | 1 | -0/+8 |
| | | |||||
| * | Revert some changes to Popen tests | Thomas Kluyver | 2015-09-12 | 1 | -7/+7 |
| | | | | | ~ is a shell feature, so running ls ~ without a shell fails. | ||||
| * | Fix popen spawn and tests on windows | Steven Silvester | 2015-09-12 | 1 | -7/+7 |
| | | | | | | | Cleanup Always close stdin | ||||
| * | Add a sendeof method and tests | Steven Silvester | 2015-09-12 | 1 | -3/+25 |
| | | |||||
| * | Add test file | Steven Silvester | 2015-09-12 | 1 | -0/+109 |
