Dean Li
29c953d9a6
test: update test.support and test_io to 3.10
...
Initially this is only meant to be a small update for `test_io.py`.
But it turns out that `test.support` need a lot of cleanup especially
for `test.support.warnings_helper`.
2022-04-18 22:50:55 +08:00
Jeong Yunwon
b48cb1f50c
hide test_subprocess.test_invalid_cmd
2022-04-18 21:38:32 +09:00
Dean Li
6f98288e84
test: use import_helper
2021-11-29 21:03:02 +08:00
Dean Li
5ee4fb899b
test: use os_helper
2021-11-28 20:51:32 +08:00
Jeong YunWon
913b78ca44
Revert "Merge pull request #3433 from deantvv/test-update"
...
This reverts commit 9fa5c5ac66 , reversing
changes made to e7fa32c687 .
2021-11-17 17:06:51 +09:00
Dean Li
49a5805d11
test: use os_helper
2021-11-13 02:18:33 +00:00
Dean Li
a59556ad25
Refactor OSError
...
Implement `raw_os_error_to_exc_type` to reduce duplication of errno to
exception type.
2021-10-30 17:05:54 +08:00
Padraic Fanning
be46e58320
Clean up skips in test_subprocess
2021-10-17 21:28:18 -04:00
ChJR
296f18326e
Make OSError subclass instead of itself
2021-10-08 02:33:44 +09:00
Padraic Fanning
2cb17cc61d
Unmark unexpected successes on Windows
2021-05-23 17:29:08 -04:00
Padraic Fanning
1a4fb31cd2
Mark erroring/failing tests on Windows
2021-05-15 19:14:08 -04:00
Padraic Fanning
daeb787528
Mark erroring test(s) on non-Windows systems
2021-05-15 19:10:51 -04:00
Padraic Fanning
be24b7a51c
Unmark unexpected successes
2021-05-15 18:24:07 -04:00
Padraic Fanning
b9eee35ad2
Mark erroring test on Windows
2021-05-15 16:03:01 -04:00
Padraic Fanning
4444de71d5
Skip tests that take too long in test_subprocess
2021-05-15 15:59:21 -04:00
Padraic Fanning
9ae8f2547e
Skip hanging test in test_subprocess
2021-05-15 15:58:34 -04:00
Padraic Fanning
b3757987ad
Mark unexpected successes on Windows
2021-05-14 22:23:24 -04:00
Padraic Fanning
a6b458e406
Mark erroring/failing tests on Windows
2021-05-14 22:18:16 -04:00
Padraic Fanning
44d55e9da4
Skip flaky tests
2021-05-14 20:55:59 -04:00
Padraic Fanning
95f831925c
Mark erroring/failing tests
2021-05-14 20:02:58 -04:00
Padraic Fanning
4fcbe702d8
Add test_subprocess from CPython 3.8
2021-05-14 19:56:15 -04:00