beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.08k stars 155 forks source link

Add a test harness for running the CPython test suite. #182

Open freakboy3742 opened 1 year ago

freakboy3742 commented 1 year ago

Briefcase can now run test suites; this adds a testbed project that can be used to run the CPython test suite.

It's not ready for merging because:

  1. The test suite currently crashes on the asyncore tests
  2. The support package is an explicit versioned reference. This won't work for tagged releases, or when the Python version changes. We may need to consider modifying Briefcase to allow for command-line overrides of support_package

PR Checklist: