Jeong, YunWon
53ddc7ef48
Remove expectedFailure for encoding tests now passing
...
Remove @unittest.expectedFailure decorators from:
- test_source_encoding: test_encoding_on_first_line, test_encoding_on_second_line, test_bom_conflict
- test_runpy: test_encoding
2026-03-03 21:27:11 +09:00
CPython Developers
afdf8cefe8
Update importlib from v3.14.2
2026-02-05 00:21:34 +09:00
Jeong, YunWon
7f4d308efc
Implement maybe_pyc_file and .pyc file execution ( #6539 )
...
* Implement maybe_pyc_file and .pyc file execution
* unmark failing tests
2025-12-26 22:13:00 +09:00
fanninpm
3473d824a8
Replace skips in test_importlib/source/test_file_loader with expectedFailures ( #6194 )
...
* Replace skips with expectedFailure markings for SimpleTest
* Uncomment Source-PEP451 tests and apply similar monkey-patches as before
* Uncomment Source-PEP302 tests and apply similar monkey-patches as before
* Uncomment Sourceless-PEP451 tests and apply similar monkey-patches as
before
* Uncomment Sourceless-PEP302 tests and apply similar monkey-patches as
before
2025-10-20 17:32:05 +09:00
Jiseok CHOI
bd8e557b70
test(importlib): Enable bad bytecode tests for PEP451 loaders ( #5997 )
2025-07-19 12:16:19 +09:00
Ashwin Naren
b4f0a589ed
platform-dependent Windows testing ( #5536 )
...
* disable test_argparse on windows
* fix test_exceptions and mark it as platform dependent
* test importlib on windows
* explain why windows tests fail
* mark test_argparse as non platform-independent
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-02-23 09:48:02 +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
Jeong YunWon
367a948ff0
Adapt unittest.expectedFailureIf
2023-03-02 04:41:15 +09:00
CPython Developers
496006d629
Update importlib from CPython 3.11.2
2023-02-25 22:59:57 +09:00
yt2b
253fcfb6c4
Remove the decorators
2022-12-25 13:29:33 +09:00
Jeong YunWon
9a40c87dbd
mark hanging/failing tests
2022-08-18 03:22:20 +09:00
CPython Developers
da109336bb
Update importlib/test_importlib from CPython 3.10.6
2022-08-18 03:22:20 +09:00
Jeong YunWon
3efa141378
change partial failing markers to skip in test_importlib
2022-08-15 20:09:34 +09:00
Dean Li
6f98288e84
test: use import_helper
2021-11-29 21:03:02 +08:00
Dean Li
cad10fedd4
test: update importlib
2021-11-28 20:51:34 +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
a1202f5602
test: update importlib
2021-11-13 14:21:59 +08: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
bab6f75016
Clean up skips in test_importlib.source
2021-10-18 21:56:47 -04:00
Padraic Fanning
4457de08ab
Unskip tests in source.test_source_encoding
2021-02-25 17:31:06 -05:00
Padraic Fanning
1bebcb9ae9
Unskip test(s) in source.test_finder
2021-02-25 17:27:37 -05:00
Padraic Fanning
4b2c5af995
Unskip tests in source.test_file_loader
2021-02-25 17:25:59 -05:00
Padraic Fanning
49a292901e
Explain test_bom_conflict skip
2021-02-07 15:49:42 -05:00
Padraic Fanning
02206bdffc
Explain test_bom_and_utf_8 skip
2021-02-07 15:49:42 -05:00
Padraic Fanning
6a870246b9
Explain test_bom skip
2021-02-07 15:49:42 -05:00
Padraic Fanning
4a8bebfd30
Explain test_encoding_on_second_line skip
2021-02-07 15:49:42 -05:00
Padraic Fanning
555e2a585d
Explain test_encoding_on_first_line skip
2021-02-07 15:49:42 -05:00
Padraic Fanning
d9d4a7c441
Unskip test_default_encoding
2021-02-07 15:49:42 -05:00
Padraic Fanning
b2f6a18d85
Explain test_ignore_file skip
2021-02-07 15:49:41 -05:00
Padraic Fanning
f5cbea9b6a
Explain test_overiden_unchecked_hash_based_pyc
2021-02-07 15:49:41 -05:00
Padraic Fanning
770ad33fce
Explain test_unchecked_hash_based_pyc skip
2021-02-07 15:49:41 -05:00
Padraic Fanning
86c71e5501
Explain test_overridden_checked_hash_based_pyc
2021-02-07 15:49:41 -05:00
Padraic Fanning
339f5ac28f
Explain test_checked_hash_based_pyc skip
2021-02-07 15:49:41 -05:00
Padraic Fanning
6a99d183bb
Unskip test_timestamp_overflow
2021-02-07 15:49:41 -05:00
Aviv Palivoda
f039959480
Mark unsupported py_compile tests
2020-07-18 17:04:35 +03:00
Aviv Palivoda
e6d413b30b
Add test_importlib from CPython 3.8
2020-07-18 17:04:35 +03:00