| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(GH-6276) (#6277)
(cherry picked from commit e52ac045972a4f75d7f52e4ee0d6de128259134d)
Co-authored-by: Ned Deily <nad@python.org>
|
| |
|
|
|
|
|
| |
When regrtest in run inside IDLE, sys.stdout and sys.stderr are not
TextIOWrapper objects and have no file descriptor associated:
sys.stderr.fileno() raises io.UnsupportedOperation.
Disable faulthandler and don't replace sys.stdout in that case.
|
| |
|
|
|
|
| |
add "test." prefix to test module names.
regrtest also prepends testdir to sys.path.
|
| |
|
|
|
|
|
| |
Issue #26538: libregrtest: Fix setup_tests() to keep module.__path__ type
(_NamespacePath), don't convert to a list.
Add _NamespacePath.__setitem__() method to importlib._bootstrap_external.
|
| | |
|
| |
|
|
|
| |
* Rename setup_python() to setup_tests()
* Remove use_resources parameter of runtest()
|
| |
|