https://github.com/beeware/python-support-testbed
A testbed app that can be used to validate BeeWare support packages.
https://github.com/beeware/python-support-testbed
Last synced: about 1 year ago
JSON representation
A testbed app that can be used to validate BeeWare support packages.
- Host: GitHub
- URL: https://github.com/beeware/python-support-testbed
- Owner: beeware
- License: mit
- Created: 2022-05-25T02:08:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T23:42:02.000Z (about 2 years ago)
- Last Synced: 2024-04-08T01:06:41.293Z (about 2 years ago)
- Language: Python
- Size: 1.11 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Support Testbed
This is a testbed application that can be used to do basic verification checks
of the support package builds used by BeeWare (Python-Apple-support and
Python-Android-support). It is not a comprehensive Python unit test suite; it
checks modules that have a history of being misconfigured or broken in builds.
The app can be deployed with Briefcase. When executed, the app will generate
output on the console log that is similar to a unit test suite. If it returns 0
test failures, you can have some confidence that the support build is
functioning as expected.
Before running, ensure that the template and support package paths point at the
builds you want to test. The paths committed in the repo assume that you have a
directory layout that looks something like:
- (your projects folder)
- support
- Python-Apple-support
- dist
- ...
- Python-Android-support
- dist
- ...
- templates
- briefcase-Android-gradle-template
- briefcase-iOS-Xcode-template
- briefcase-macOS-Xcode-template