Jeong, YunWon
49cfcd817d
remove some skipIf and enable shutil CI for windows ( #5235 )
...
* mark failing shtuil tests in windows
* unsetenv raise more informed error
* Remove a few skipIf for windows
2024-04-20 03:00:27 +09:00
Jeong, YunWon
af884cb284
First step for Python 3.12 support ( #5078 )
...
* Mark 3.12
* Update importlib from Python 3.12.0
* Update test_importlib from Python3.12
* Mark failings tests from importlib
* Update test.support from Python3.12
* Fix unsupported parser feature
* mark failing test
* Update functools from Python 3.12
* manual type annotation
* slice behavior changed in 3.12
* empty unittest.main returns non-zero
* test_decimal from CPython 3.12
* Mark failing tests
* Update test_unicode from CPython 3.12
* Update test_functools from Python 3.12
* Update enum from Python 3.12
* enum
* Doc format changed
* Update test_module from CPython
---------
Co-authored-by: CPython developers <>
2023-10-22 19:19:05 -07:00
Junho Lee
d4be55c2ea
Add command line parameter -P ( #4611 )
...
* Add command line parameter -P
* Modify the value of safe_path to be set
---------
Co-authored-by: Jeong YunWon <jeong@youknowone.org >
2023-08-30 19:32:27 +09:00
Ankit Kumar Pandey
058f8c5500
Add fork support functions ( #4972 )
2023-06-01 15:29:16 +09:00
Ankit Kumar Pandey
322aa6887a
add support for os.fork and related functions ( #4877 )
2023-04-25 02:39:54 +09:00
Jeong YunWon
367a948ff0
Adapt unittest.expectedFailureIf
2023-03-02 04:41:15 +09:00
Jeong YunWon
cfa9de4047
Mark newly failing tests
2023-02-24 01:16:25 +09:00
CPython Devleopers
c48fe567f7
Update test.support from CPython 3.11.2
2023-02-24 01:16:22 +09:00
dvermd
dc595d1276
improve fstring parser
...
part of: #1671
2022-10-26 21:15:24 +02:00
dvermd
f2bfb78d3c
Fix ast types' _fields and use 0-based column
2022-10-27 03:09:38 +09:00
Jeong YunWon
e33a6a68ac
Fix _posixsubprocess for updated subprocess
2022-07-25 04:10:59 +09:00
Jeong Yunwon
dc8a95d561
adjust failng test markers
2022-07-25 04:10:59 +09:00
Jeong Yunwon
64340fdd64
mark failing tests of test_support.py
2022-07-18 01:00:56 +09:00
CPython developers
db213c31f9
update test_support from CPython 3.10.5
2022-07-18 01:00:56 +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
Padraic Fanning
75390dd787
Fix test.support imports
2022-02-12 20:48:57 -05:00
Dean Li
6f98288e84
test: use import_helper
2021-11-29 21:03:02 +08:00
Dean Li
4ba3611664
test: update test_support
2021-11-28 20:51:33 +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
bd14debebe
test: update test_support
2021-11-13 03:36:25 +00:00
Dean Li
49a5805d11
test: use os_helper
2021-11-13 02:18:33 +00:00
Noah
0d16f983b7
Try fix unlink() on windows
2020-09-19 00:20:51 -05:00
Noah
32272abf4d
Fix/skip some failing tests
2020-09-19 00:20:51 -05:00
Noah
9d2cdbf0fc
Skip unsupported test
2020-09-19 00:20:50 -05:00
Noah
dc9b78cdcc
Add test.test_support, sched, and ftplib from CPython 3.8.3
2020-09-18 23:56:08 -05:00