mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Adds a `use_system_log` config item to enable stdout/stderr redirection for Apple platforms. This log streaming is then used by a new iOS test runner script, allowing the display of test suite output at runtime. The iOS test runner script can be used by any Python project, not just the CPython test suite.
2 lines
108 B
ReStructuredText
2 lines
108 B
ReStructuredText
iOS test results are now streamed during test execution, and the deprecated
|
|
xcresulttool is no longer used.
|