12 Commits

Author SHA1 Message Date
Daniel Chiquito
0a24e106ba Increase threshold for zipfile test_many_opens
It turns out that there are many other tests that can impact
test_many_opens by leaving unclosed file handles. Rather than fix them
all, it is easier to simply increase the threshold for the problematic
test.
2024-03-21 13:37:46 -04:00
DimitrisJim
b875057ae2 Fix test failures/successes for windows. 2023-06-14 01:53:08 +03:00
Jeong YunWon
37a3e03f01 mark failing test 2022-08-09 03:53:17 +09:00
CPython Developers
e58460c80b Update {test_}zipfile from CPython 3.10.5 2022-08-09 03:50:39 +09: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
dd4adf976e Clean up skip in test_zipfile 2021-10-18 21:43:54 -04:00
snowapril
c5cc179182 remove decorators on success tests
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-10-02 20:36:43 +09:00
Noa
65fa12a55a Fix test failures 2021-09-30 18:33:51 -05:00
Padraic Fanning
d99d255ee1 Mark erroring/failing/hanging tests 2021-08-05 23:32:02 -04:00
Padraic Fanning
12e8f59862 Add test_zipfile from CPython 3.8
Also adds the following supporting files:
 - the entire ziptestdata/ directory
 - zip_cp437_header.zip
 - zipdir.zip
2021-08-05 18:08:38 -04:00