Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -1/+2 |
| | |||||
* | Remove unused imports in tests (GH-14518) | Victor Stinner | 2019-07-01 | 1 | -1/+0 |
| | |||||
* | bpo-31904: Fix test_tabnanny on VxWorks (GH-12646) | Lihua Zhao | 2019-04-17 | 1 | -2/+4 |
| | | | | Fix test_tabnanny on VxWorks: adjust ENOENT error message, use os.strerror(). | ||||
* | closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076) | Zackery Spytz | 2018-09-06 | 1 | -1/+3 |
| | |||||
* | bpo-19382: Adding test cases for module tabnanny (GH-851) | Jaysinh Shukla | 2018-06-14 | 1 | -0/+343 |
Testing strategy: whitebox. |