]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137973: Add a non-parallel test plan to the iOS testbed project (#138018)
authorRussell Keith-Magee <russell@keith-magee.com>
Fri, 22 Aug 2025 05:11:50 +0000 (13:11 +0800)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 05:11:50 +0000 (13:11 +0800)
commit2ba2287b85eea3cc3a71d77c6bcf9eb5670ca05d
tree976fa9afb83ad06fefb045b2c140207b293742d9
parentbb8791c0b75b5970d109e5557bfcca8a578a02af
gh-137973: Add a non-parallel test plan to the iOS testbed project (#138018)

Modifies the iOS testbed project to add a test plan. This simplifies the iOS
test runner, as we can now use the built-in log streaming to see test results.
It also allows for some other affordances, like providing a default LLDB config,
and using a standardized mechanism for specifying test arguments.
.gitignore
Doc/using/ios.rst
Misc/NEWS.d/next/Tools-Demos/2025-08-21-14-04-50.gh-issue-137873.qxffLt.rst [new file with mode: 0644]
iOS/README.rst
iOS/testbed/__main__.py
iOS/testbed/iOSTestbed.lldbinit [new file with mode: 0644]
iOS/testbed/iOSTestbed.xcodeproj/project.pbxproj
iOS/testbed/iOSTestbed.xcodeproj/xcshareddata/xcschemes/iOSTestbed.xcscheme [new file with mode: 0644]
iOS/testbed/iOSTestbed.xctestplan [new file with mode: 0644]
iOS/testbed/iOSTestbed/iOSTestbed-Info.plist
iOS/testbed/iOSTestbedTests/iOSTestbedTests.m