summaryrefslogtreecommitdiffstats
path: root/iOS/testbed/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-127845: Minor improvements to iOS test runner script (#127846)Russell Keith-Magee2024-12-121-18/+48
| | | | | | Uses symlinks to install iOS framework into testbed clone, adds a verbose mode to the iOS runner to hide most Xcode output, adds another mechanism to disable terminal colors, and ensures that stdout is flushed after every write.
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-091-0/+365
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.