19 Commits

Author SHA1 Message Date
Jeong, YunWon
5c527c2a28 Fix shutil test_copy_dir 2024-04-19 22:04:22 +09:00
Andrey Maltsev
8bc32ebe5e Update test_fileio.py from Cpython v3.11.2 2023-04-02 14:46:20 +00:00
Jeong YunWon
367a948ff0 Adapt unittest.expectedFailureIf 2023-03-02 04:41:15 +09:00
dvermd
a18bad2ca3 Fill OSError attributes 2022-10-04 13:34:09 +02:00
CPython Developers
01dc2b4f6f Update test_file from CPython 3.10.6 2022-08-15 04:54:01 +09:00
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
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
Padraic Fanning
26d55c824b Clean up skips in test_fileio 2021-10-15 00:09:49 +09:00
Dean Li
66bb59016d generalize IOErrorWithFilename to use PathOrFd 2021-09-29 22:16:45 +08:00
Noah
6a95d9aaf3 Add FileIO.__repr__ 2021-05-14 16:11:23 -05:00
Noah
1feae7841f Fix stuff on windows 2021-04-27 08:15:13 -05:00
Noah
42d4c81369 Unskip tests 2021-04-27 08:15:13 -05:00
Noah
c88d935ca0 Fix remaining code coverage issues, hopefully 2021-04-19 23:03:16 -05:00
Noah
f50f930255 Add setattro slot, split call_method and call_special_method 2021-03-15 09:45:06 -05:00
Padraic Fanning
f10a90c514 Mark failing/erroring tests on Windows 2021-02-20 19:56:48 -05:00
Padraic Fanning
57b036da13 Mark failing/erroring tests 2021-02-20 19:44:28 -05:00
Padraic Fanning
4093ecdfae Add test_fileio from CPython 3.8.7 2021-02-20 19:44:27 -05:00