Nikita Sobolev
|
6c83c8e6b5
|
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
|
2022-03-10 08:20:11 -08:00 |
Irit Katriel
|
108e66b6d2
|
bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
|
2022-02-01 10:31:57 +00:00 |
Hai Shi
|
79bb2c93f2
|
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
|
2020-08-06 13:51:29 +02:00 |
Victor Stinner
|
8f4ef3b019
|
Remove unused imports in tests (GH-14518)
|
2019-07-01 18:28:25 +02:00 |
Lihua Zhao
|
36c41bc201
|
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
Fix test_tabnanny on VxWorks: adjust ENOENT error message,
use os.strerror().
|
2019-04-17 11:46:50 +02:00 |
Zackery Spytz
|
b03c2c5190
|
closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)
|
2018-09-06 11:43:30 -07:00 |
Jaysinh Shukla
|
dfa9643d29
|
bpo-19382: Adding test cases for module tabnanny (GH-851)
Testing strategy: whitebox.
|
2018-06-14 09:05:35 +02:00 |