.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.pyspelling.yml
.readthedocs.yaml
AGENTS.md
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-changenote.yml
.github/workflows/pre-commit-update.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.specify/memory/constitution.md
automation/README.md
automation/pyproject.toml
automation/src/automation/__init__.py
automation/src/automation/bootstraps/__init__.py
automation/src/automation/bootstraps/console.py
automation/src/automation/bootstraps/pygame.py
automation/src/automation/bootstraps/pyside6.py
automation/src/automation/bootstraps/toga.py
changes/.gitignore
changes/template.md
debugger/LICENSE
debugger/README.md
debugger/pyproject.toml
debugger/setup.py
debugger/src/briefcase_debugger/__init__.py
debugger/src/briefcase_debugger/config.py
debugger/src/briefcase_debugger/debugpy.py
debugger/src/briefcase_debugger/pdb.py
debugger/tests/test_base.py
debugger/tests/test_debugpy.py
debugger/tests/test_debugpy_path_mappings.py
debugger/tests/test_pdb.py
docs/config.yml
docs/mkdocs.en.yml
docs/spelling_wordlist
docs/en/SUMMARY.md
docs/en/index.md
docs/en/_snippets/available-channels.md
docs/en/about/faq.md
docs/en/about/index.md
docs/en/about/releases.md
docs/en/about/success.md
docs/en/how-to/index.md
docs/en/how-to/building/ci.md
docs/en/how-to/building/cli-apps.md
docs/en/how-to/building/external-apps.md
docs/en/how-to/building/workflow.yaml
docs/en/how-to/code-signing/android.md
docs/en/how-to/code-signing/macOS.md
docs/en/how-to/code-signing/windows.md
docs/en/how-to/code-signing/images/AppleID.png
docs/en/how-to/code-signing/images/Certificates_Identifiers_Profiles.png
docs/en/how-to/code-signing/images/Choose_developerID_application.png
docs/en/how-to/code-signing/images/Create_certificate.png
docs/en/how-to/code-signing/images/Download_certificate.png
docs/en/how-to/code-signing/images/Keychain_request1.png
docs/en/how-to/code-signing/images/Keychain_request2.png
docs/en/how-to/code-signing/images/Upload_certificate_request.png
docs/en/how-to/code-signing/images/Valid_certificate.png
docs/en/how-to/code-signing/images/WWDR_certificate.png
docs/en/how-to/contribute/first-time-contributors.md
docs/en/how-to/contribute/index.md
docs/en/how-to/contribute/how/branches.md
docs/en/how-to/contribute/how/build-docs.md
docs/en/how-to/contribute/how/change-note.md
docs/en/how-to/contribute/how/dev-environment.md
docs/en/how-to/contribute/how/new-issue.md
docs/en/how-to/contribute/how/propose-feature.md
docs/en/how-to/contribute/how/reproduce-issue.md
docs/en/how-to/contribute/how/review-pr.md
docs/en/how-to/contribute/how/scope-creep.md
docs/en/how-to/contribute/how/submit-pr.md
docs/en/how-to/contribute/how/write-code.md
docs/en/how-to/contribute/how/write-docs.md
docs/en/how-to/contribute/next/pr-review.md
docs/en/how-to/contribute/next/release.md
docs/en/how-to/contribute/policies/ai-policy.md
docs/en/how-to/contribute/style/code-style-guide.md
docs/en/how-to/contribute/style/docs-style-guide.md
docs/en/how-to/contribute/what/fix-issue.md
docs/en/how-to/contribute/what/implement-feature.md
docs/en/how-to/contribute/what/propose-feature.md
docs/en/how-to/contribute/what/review-pr.md
docs/en/how-to/contribute/what/triage.md
docs/en/how-to/contribute/what/use-tools.md
docs/en/how-to/contribute/what/write-docs.md
docs/en/how-to/debugging/pdb.md
docs/en/how-to/debugging/vscode.md
docs/en/how-to/internal/release.md
docs/en/how-to/publishing/android.md
docs/en/how-to/publishing/iOS.md
docs/en/how-to/publishing/macOS.md
docs/en/how-to/testing/x11passthrough.md
docs/en/how-to/upgrading/upgrade-from-v0.2.md
docs/en/images/briefcase.png
docs/en/reference/configuration.md
docs/en/reference/environment.md
docs/en/reference/index.md
docs/en/reference/plugins.md
docs/en/reference/commands/build.md
docs/en/reference/commands/convert.md
docs/en/reference/commands/create.md
docs/en/reference/commands/dev.md
docs/en/reference/commands/index.md
docs/en/reference/commands/new.md
docs/en/reference/commands/package.md
docs/en/reference/commands/publish.md
docs/en/reference/commands/run.md
docs/en/reference/commands/update.md
docs/en/reference/commands/upgrade.md
docs/en/reference/platforms/index.md
docs/en/reference/platforms/android/gradle.md
docs/en/reference/platforms/iOS/xcode.md
docs/en/reference/platforms/linux/appimage.md
docs/en/reference/platforms/linux/docker_build_options.md
docs/en/reference/platforms/linux/flatpak.md
docs/en/reference/platforms/linux/system.md
docs/en/reference/platforms/macOS/app.md
docs/en/reference/platforms/macOS/index.md
docs/en/reference/platforms/macOS/xcode.md
docs/en/reference/platforms/web/static.md
docs/en/reference/platforms/windows/app.md
docs/en/reference/platforms/windows/index.md
docs/en/reference/platforms/windows/visualstudio.md
docs/en/stylesheets/briefcase.css
docs/en/topics/access-packaging-metadata.md
docs/en/topics/index.md
docs/en/tutorial/index.md
src/briefcase/__init__.py
src/briefcase/__main__.py
src/briefcase/cmdline.py
src/briefcase/config.py
src/briefcase/console.py
src/briefcase/constants.py
src/briefcase/exceptions.py
src/briefcase.egg-info/PKG-INFO
src/briefcase.egg-info/SOURCES.txt
src/briefcase.egg-info/dependency_links.txt
src/briefcase.egg-info/entry_points.txt
src/briefcase.egg-info/requires.txt
src/briefcase.egg-info/top_level.txt
src/briefcase/bootstraps/__init__.py
src/briefcase/bootstraps/base.py
src/briefcase/bootstraps/console.py
src/briefcase/bootstraps/empty.py
src/briefcase/bootstraps/pygame.py
src/briefcase/bootstraps/pyside6.py
src/briefcase/bootstraps/toga.py
src/briefcase/channels/__init__.py
src/briefcase/channels/appstore.py
src/briefcase/channels/base.py
src/briefcase/channels/playstore.py
src/briefcase/commands/__init__.py
src/briefcase/commands/base.py
src/briefcase/commands/build.py
src/briefcase/commands/convert.py
src/briefcase/commands/create.py
src/briefcase/commands/dev.py
src/briefcase/commands/new.py
src/briefcase/commands/open.py
src/briefcase/commands/package.py
src/briefcase/commands/publish.py
src/briefcase/commands/run.py
src/briefcase/commands/update.py
src/briefcase/commands/upgrade.py
src/briefcase/debuggers/__init__.py
src/briefcase/debuggers/base.py
src/briefcase/debuggers/debugpy.py
src/briefcase/debuggers/pdb.py
src/briefcase/integrations/__init__.py
src/briefcase/integrations/android_sdk.py
src/briefcase/integrations/base.py
src/briefcase/integrations/cookiecutter.py
src/briefcase/integrations/docker.py
src/briefcase/integrations/file.py
src/briefcase/integrations/flatpak.py
src/briefcase/integrations/git.py
src/briefcase/integrations/java.py
src/briefcase/integrations/linuxdeploy.py
src/briefcase/integrations/rcedit.py
src/briefcase/integrations/subprocess.py
src/briefcase/integrations/virtual_environment.py
src/briefcase/integrations/visualstudio.py
src/briefcase/integrations/windows_sdk.py
src/briefcase/integrations/wix.py
src/briefcase/integrations/xcode.py
src/briefcase/platforms/__init__.py
src/briefcase/platforms/android/__init__.py
src/briefcase/platforms/android/gradle.py
src/briefcase/platforms/iOS/__init__.py
src/briefcase/platforms/iOS/xcode.py
src/briefcase/platforms/linux/__init__.py
src/briefcase/platforms/linux/appimage.py
src/briefcase/platforms/linux/flatpak.py
src/briefcase/platforms/linux/snap.py
src/briefcase/platforms/linux/system.py
src/briefcase/platforms/macOS/__init__.py
src/briefcase/platforms/macOS/app.py
src/briefcase/platforms/macOS/filters.py
src/briefcase/platforms/macOS/utils.py
src/briefcase/platforms/macOS/xcode.py
src/briefcase/platforms/tvOS/__init__.py
src/briefcase/platforms/tvOS/xcode.py
src/briefcase/platforms/watchOS/__init__.py
src/briefcase/platforms/watchOS/xcode.py
src/briefcase/platforms/wearos/__init__.py
src/briefcase/platforms/wearos/gradle.py
src/briefcase/platforms/web/__init__.py
src/briefcase/platforms/web/static.py
src/briefcase/platforms/windows/__init__.py
src/briefcase/platforms/windows/app.py
src/briefcase/platforms/windows/visualstudio.py
tests/__init__.py
tests/conftest.py
tests/test_cmdline.py
tests/test_mainline.py
tests/utils.py
tests/bootstraps/__init__.py
tests/bootstraps/test_base.py
tests/channels/__init__.py
tests/channels/test_base.py
tests/commands/__init__.py
tests/commands/conftest.py
tests/commands/base/__init__.py
tests/commands/base/conftest.py
tests/commands/base/test_app_module_path.py
tests/commands/base/test_cookiecutter_logging.py
tests/commands/base/test_end_of_life.py
tests/commands/base/test_finalize.py
tests/commands/base/test_full_options.py
tests/commands/base/test_get_git_config_value.py
tests/commands/base/test_parse_config.py
tests/commands/base/test_parse_config_overrides.py
tests/commands/base/test_parse_options.py
tests/commands/base/test_paths.py
tests/commands/base/test_properties.py
tests/commands/base/test_resolve_apps.py
tests/commands/base/test_update_cookiecutter_cache.py
tests/commands/base/test_validate_locale.py
tests/commands/base/test_verify_host.py
tests/commands/base/test_verify_requires_python.py
tests/commands/base/test_verify_template.py
tests/commands/base/test_verify_tools.py
tests/commands/build/__init__.py
tests/commands/build/conftest.py
tests/commands/build/test_call.py
tests/commands/convert/__init__.py
tests/commands/convert/conftest.py
tests/commands/convert/test__find_changelog_filename.py
tests/commands/convert/test_build_app_context.py
tests/commands/convert/test_call.py
tests/commands/convert/test_convert_app.py
tests/commands/convert/test_get_source_dir_hint.py
tests/commands/convert/test_input_app_name.py
tests/commands/convert/test_input_app_type.py
tests/commands/convert/test_input_author.py
tests/commands/convert/test_input_bundle.py
tests/commands/convert/test_input_description.py
tests/commands/convert/test_input_email.py
tests/commands/convert/test_input_formal_name.py
tests/commands/convert/test_input_license.py
tests/commands/convert/test_input_source_dir.py
tests/commands/convert/test_input_test_source_dir.py
tests/commands/convert/test_input_url.py
tests/commands/convert/test_merge_or_copy_pyproject.py
tests/commands/convert/test_migrate_necessary_files.py
tests/commands/convert/test_pyproject.py
tests/commands/convert/test_validate_app_name.py
tests/commands/convert/test_validate_pyproject_file.py
tests/commands/convert/test_validate_source_dir.py
tests/commands/convert/test_validate_test_source_dir.py
tests/commands/create/__init__.py
tests/commands/create/conftest.py
tests/commands/create/test_call.py
tests/commands/create/test_cleanup_app_content.py
tests/commands/create/test_cleanup_app_support_package.py
tests/commands/create/test_cleanup_stub_binary.py
tests/commands/create/test_cookiecutter_cache_path.py
tests/commands/create/test_create_app.py
tests/commands/create/test_generate_app_template.py
tests/commands/create/test_install_app_code.py
tests/commands/create/test_install_app_requirements.py
tests/commands/create/test_install_app_resources.py
tests/commands/create/test_install_app_support_package.py
tests/commands/create/test_install_image.py
tests/commands/create/test_install_stub_binary.py
tests/commands/create/test_properties.py
tests/commands/dev/__init__.py
tests/commands/dev/conftest.py
tests/commands/dev/test_call.py
tests/commands/dev/test_get_environment.py
tests/commands/dev/test_install_dev_requirements.py
tests/commands/dev/test_run_dev_app.py
tests/commands/dev/test_venv_name.py
tests/commands/new/__init__.py
tests/commands/new/conftest.py
tests/commands/new/test_build_app_context.py
tests/commands/new/test_build_gui_context.py
tests/commands/new/test_call.py
tests/commands/new/test_make_app_name.py
tests/commands/new/test_make_author_email.py
tests/commands/new/test_make_domain.py
tests/commands/new/test_make_module_name.py
tests/commands/new/test_make_project_url.py
tests/commands/new/test_new_app.py
tests/commands/new/test_parse_project_overrides.py
tests/commands/new/test_select_bootstrap.py
tests/commands/new/test_validate_app_name.py
tests/commands/new/test_validate_bundle.py
tests/commands/new/test_validate_email.py
tests/commands/new/test_validate_formal_name.py
tests/commands/open/__init__.py
tests/commands/open/conftest.py
tests/commands/open/test__open_app.py
tests/commands/open/test_call.py
tests/commands/package/__init__.py
tests/commands/package/conftest.py
tests/commands/package/test_call.py
tests/commands/package/test_properties.py
tests/commands/publish/__init__.py
tests/commands/publish/conftest.py
tests/commands/publish/test_call.py
tests/commands/run/__init__.py
tests/commands/run/conftest.py
tests/commands/run/test_LogFilter.py
tests/commands/run/test_LogFilter__test_filter.py
tests/commands/run/test__stream_app_logs.py
tests/commands/run/test_call.py
tests/commands/update/__init__.py
tests/commands/update/conftest.py
tests/commands/update/test_call.py
tests/commands/update/test_update_app.py
tests/commands/upgrade/__init__.py
tests/commands/upgrade/conftest.py
tests/commands/upgrade/test_call.py
tests/config/__init__.py
tests/config/test_AppConfig.py
tests/config/test_BaseConfig.py
tests/config/test_GlobalConfig.py
tests/config/test_is_reserved_keyword.py
tests/config/test_is_uti_core_type.py
tests/config/test_is_valid_app_name.py
tests/config/test_is_valid_bundle_identifier.py
tests/config/test_make_class_name.py
tests/config/test_merge_config.py
tests/config/test_merge_pep621_config.py
tests/config/test_mime_type_to_uti.py
tests/config/test_parse_boolean.py
tests/config/test_parse_config.py
tests/config/test_validate_document_type_config.py
tests/config/test_validate_install_options_config.py
tests/config/test_validate_url.py
tests/console/__init__.py
tests/console/test_Log.py
tests/console/test_NotDeadYet.py
tests/console/test_sanitize_text.py
tests/console/Console/__init__.py
tests/console/Console/conftest.py
tests/console/Console/test_boolean_question.py
tests/console/Console/test_input.py
tests/console/Console/test_input_boolean.py
tests/console/Console/test_input_selection.py
tests/console/Console/test_input_text.py
tests/console/Console/test_is_color_enabled.py
tests/console/Console/test_primitives.py
tests/console/Console/test_progress_bar.py
tests/console/Console/test_properties.py
tests/console/Console/test_release_console_control.py
tests/console/Console/test_selection_question.py
tests/console/Console/test_text_question.py
tests/console/Console/test_textwrap.py
tests/console/Console/test_wait_bar.py
tests/console/Console/test_warning_banner.py
tests/debuggers/__init__.py
tests/debuggers/test_base.py
tests/integrations/__init__.py
tests/integrations/conftest.py
tests/integrations/android_sdk/__init__.py
tests/integrations/android_sdk/conftest.py
tests/integrations/android_sdk/ADB/__init__.py
tests/integrations/android_sdk/ADB/conftest.py
tests/integrations/android_sdk/ADB/test_avd_name.py
tests/integrations/android_sdk/ADB/test_datetime.py
tests/integrations/android_sdk/ADB/test_force_stop_app.py
tests/integrations/android_sdk/ADB/test_forward_reverse.py
tests/integrations/android_sdk/ADB/test_has_booted.py
tests/integrations/android_sdk/ADB/test_install_apk.py
tests/integrations/android_sdk/ADB/test_kill.py
tests/integrations/android_sdk/ADB/test_logcat.py
tests/integrations/android_sdk/ADB/test_logcat_tail.py
tests/integrations/android_sdk/ADB/test_pid_exists.py
tests/integrations/android_sdk/ADB/test_pidof.py
tests/integrations/android_sdk/ADB/test_revoke_permissions.py
tests/integrations/android_sdk/ADB/test_run.py
tests/integrations/android_sdk/ADB/test_start_app.py
tests/integrations/android_sdk/ADB/adb_errors/arbitrary-adb-error-unknown-command.out
tests/integrations/android_sdk/ADB/adb_errors/arbitrary-adb-error-unknown-command.returncode
tests/integrations/android_sdk/ADB/adb_errors/device-not-found.out
tests/integrations/android_sdk/ADB/adb_errors/device-not-found.returncode
tests/integrations/android_sdk/AndroidSDK/__init__.py
tests/integrations/android_sdk/AndroidSDK/test__create_emulator.py
tests/integrations/android_sdk/AndroidSDK/test_avd_config.py
tests/integrations/android_sdk/AndroidSDK/test_create_emulator.py
tests/integrations/android_sdk/AndroidSDK/test_devices.py
tests/integrations/android_sdk/AndroidSDK/test_emulators.py
tests/integrations/android_sdk/AndroidSDK/test_list_installed_images.py
tests/integrations/android_sdk/AndroidSDK/test_list_packages.py
tests/integrations/android_sdk/AndroidSDK/test_properties.py
tests/integrations/android_sdk/AndroidSDK/test_select_target_device.py
tests/integrations/android_sdk/AndroidSDK/test_start_emulator.py
tests/integrations/android_sdk/AndroidSDK/test_update_emulator_config.py
tests/integrations/android_sdk/AndroidSDK/test_upgrade.py
tests/integrations/android_sdk/AndroidSDK/test_verify.py
tests/integrations/android_sdk/AndroidSDK/test_verify_avd.py
tests/integrations/android_sdk/AndroidSDK/test_verify_emulator.py
tests/integrations/android_sdk/AndroidSDK/test_verify_emulator_skin.py
tests/integrations/android_sdk/AndroidSDK/test_verify_license.py
tests/integrations/android_sdk/AndroidSDK/test_verify_system_image.py
tests/integrations/android_sdk/AndroidSDK/devices/daemon_start.out
tests/integrations/android_sdk/AndroidSDK/devices/multiple_devices.out
tests/integrations/android_sdk/AndroidSDK/devices/no_devices.out
tests/integrations/android_sdk/AndroidSDK/devices/no_model.out
tests/integrations/android_sdk/AndroidSDK/devices/no_permissions.out
tests/integrations/android_sdk/AndroidSDK/devices/one_emulator.out
tests/integrations/android_sdk/AndroidSDK/devices/physical_device_macOS.out
tests/integrations/base/__init__.py
tests/integrations/base/conftest.py
tests/integrations/base/test_ManagedTool.py
tests/integrations/base/test_Tool.py
tests/integrations/base/test_ToolCache.py
tests/integrations/base/test_tool_registry.py
tests/integrations/cookiecutter/__init__.py
tests/integrations/cookiecutter/test_GradleEscape.py
tests/integrations/cookiecutter/test_PListExtension.py
tests/integrations/cookiecutter/test_PythonVersionExtension.py
tests/integrations/cookiecutter/test_RGBExtension.py
tests/integrations/cookiecutter/test_TOMLEscape.py
tests/integrations/cookiecutter/test_UUIDExtension.py
tests/integrations/cookiecutter/test_XMLExtension.py
tests/integrations/docker/__init__.py
tests/integrations/docker/conftest.py
tests/integrations/docker/test_DockerAppContext__Popen.py
tests/integrations/docker/test_DockerAppContext__check_output.py
tests/integrations/docker/test_DockerAppContext__dockerize_args.py
tests/integrations/docker/test_DockerAppContext__prepare.py
tests/integrations/docker/test_DockerAppContext__run.py
tests/integrations/docker/test_DockerAppContext__run_app_context.py
tests/integrations/docker/test_DockerAppContext__verify.py
tests/integrations/docker/test_Docker__cache_image.py
tests/integrations/docker/test_Docker__check_output.py
tests/integrations/docker/test_Docker__dockerize_args.py
tests/integrations/docker/test_Docker__dockerize_path.py
tests/integrations/docker/test_Docker__subprocess_env.py
tests/integrations/docker/test_Docker__verify.py
tests/integrations/docker/test_Docker__x11_passthrough.py
tests/integrations/file/__init__.py
tests/integrations/file/test_File__archives.py
tests/integrations/file/test_File__download.py
tests/integrations/file/test_File__sorted_depth_first.py
tests/integrations/file/test_File__sorted_depth_first_groups.py
tests/integrations/file/test_File__ssl_context.py
tests/integrations/file/test_File__verify.py
tests/integrations/file/test_Files__rename.py
tests/integrations/flatpak/__init__.py
tests/integrations/flatpak/conftest.py
tests/integrations/flatpak/test_Flatpak__build.py
tests/integrations/flatpak/test_Flatpak__bundle.py
tests/integrations/flatpak/test_Flatpak__run.py
tests/integrations/flatpak/test_Flatpak__verify.py
tests/integrations/flatpak/test_Flatpak__verify_repo.py
tests/integrations/flatpak/test_Flatpak__verify_runtime.py
tests/integrations/git/__init__.py
tests/integrations/git/test_Git__verify.py
tests/integrations/java/__init__.py
tests/integrations/java/conftest.py
tests/integrations/java/test_JDK__uninstall.py
tests/integrations/java/test_JDK__upgrade.py
tests/integrations/java/test_JDK__verify.py
tests/integrations/linuxdeploy/__init__.py
tests/integrations/linuxdeploy/conftest.py
tests/integrations/linuxdeploy/test_LinuxDeployBase__patch_elf_binary.py
tests/integrations/linuxdeploy/test_LinuxDeployBase__upgrade.py
tests/integrations/linuxdeploy/test_LinuxDeployBase__verify.py
tests/integrations/linuxdeploy/test_LinuxDeployGtkPlugin__properties.py
tests/integrations/linuxdeploy/test_LinuxDeployLocalFilePlugin__properties.py
tests/integrations/linuxdeploy/test_LinuxDeployLocalFilePlugin__verify.py
tests/integrations/linuxdeploy/test_LinuxDeployQtPlugin__properties.py
tests/integrations/linuxdeploy/test_LinuxDeployURLPlugin__properties.py
tests/integrations/linuxdeploy/test_LinuxDeployURLPlugin__verify.py
tests/integrations/linuxdeploy/test_LinuxDeploy__is_elf_file.py
tests/integrations/linuxdeploy/test_LinuxDeploy__properties.py
tests/integrations/linuxdeploy/test_LinuxDeploy__verify_plugins.py
tests/integrations/linuxdeploy/utils.py
tests/integrations/rcedit/__init__.py
tests/integrations/rcedit/conftest.py
tests/integrations/rcedit/test_RCEdit__properties.py
tests/integrations/rcedit/test_RCEdit__upgrade.py
tests/integrations/rcedit/test_RCEdit__verify.py
tests/integrations/subprocess/__init__.py
tests/integrations/subprocess/conftest.py
tests/integrations/subprocess/test_NativeAppContext__verify.py
tests/integrations/subprocess/test_PopenOutputStreamer.py
tests/integrations/subprocess/test_Subprocess__Popen.py
tests/integrations/subprocess/test_Subprocess__check_output.py
tests/integrations/subprocess/test_Subprocess__cleanup.py
tests/integrations/subprocess/test_Subprocess__final_kwargs.py
tests/integrations/subprocess/test_Subprocess__parse_output.py
tests/integrations/subprocess/test_Subprocess__prepare.py
tests/integrations/subprocess/test_Subprocess__run__controlled_console.py
tests/integrations/subprocess/test_Subprocess__run__stream_output__False.py
tests/integrations/subprocess/test_Subprocess__run__stream_output__True.py
tests/integrations/subprocess/test_Subprocess__run_app_context.py
tests/integrations/subprocess/test_Subprocess__stream_output.py
tests/integrations/subprocess/test_Subprocess__stream_output_non_blocking.py
tests/integrations/subprocess/test_Subprocess__verify.py
tests/integrations/subprocess/test_creationflag_constants.py
tests/integrations/subprocess/test_ensure_console_is_safe.py
tests/integrations/subprocess/test_ensure_str.py
tests/integrations/subprocess/test_get_process_id_by_command.py
tests/integrations/subprocess/test_is_process_dead.py
tests/integrations/subprocess/test_json_parser.py
tests/integrations/virtual_environment/__init__.py
tests/integrations/virtual_environment/conftest.py
tests/integrations/virtual_environment/test_NoOpEnvironment.py
tests/integrations/virtual_environment/test_NoOpVenvContext__Popen.py
tests/integrations/virtual_environment/test_NoOpVenvContext__check_output.py
tests/integrations/virtual_environment/test_NoOpVenvContext__clean.py
tests/integrations/virtual_environment/test_NoOpVenvContext__create.py
tests/integrations/virtual_environment/test_NoOpVenvContext__exists.py
tests/integrations/virtual_environment/test_NoOpVenvContext__run.py
tests/integrations/virtual_environment/test_VenvContext__Popen.py
tests/integrations/virtual_environment/test_VenvContext__bin_dir.py
tests/integrations/virtual_environment/test_VenvContext__check_output.py
tests/integrations/virtual_environment/test_VenvContext__clean.py
tests/integrations/virtual_environment/test_VenvContext__create.py
tests/integrations/virtual_environment/test_VenvContext__executable.py
tests/integrations/virtual_environment/test_VenvContext__exists.py
tests/integrations/virtual_environment/test_VenvContext__full_env.py
tests/integrations/virtual_environment/test_VenvContext__recreate.py
tests/integrations/virtual_environment/test_VenvContext__rewrite_head.py
tests/integrations/virtual_environment/test_VenvContext__run.py
tests/integrations/virtual_environment/test_VenvContext__update_core_tools.py
tests/integrations/virtual_environment/test_VenvEnvironment.py
tests/integrations/virtual_environment/test_VirtualEnvironment.py
tests/integrations/virtual_environment/utils.py
tests/integrations/visualstudio/__init__.py
tests/integrations/visualstudio/conftest.py
tests/integrations/visualstudio/test_VisualStudio__properties.py
tests/integrations/visualstudio/test_VisualStudio__verify.py
tests/integrations/windows_sdk/__init__.py
tests/integrations/windows_sdk/conftest.py
tests/integrations/windows_sdk/test_WindowsSDK___is_supported_version.py
tests/integrations/windows_sdk/test_WindowsSDK___sdk_versions_from_bin.py
tests/integrations/windows_sdk/test_WindowsSDK___verify_signtool.py
tests/integrations/windows_sdk/test_WindowsSDK__properties.py
tests/integrations/windows_sdk/test_WindowsSDK__verify.py
tests/integrations/wix/__init__.py
tests/integrations/wix/conftest.py
tests/integrations/wix/test_WiX__upgrade.py
tests/integrations/wix/test_WiX__verify.py
tests/integrations/xcode/__init__.py
tests/integrations/xcode/conftest.py
tests/integrations/xcode/test_XcodeCLITools__verify.py
tests/integrations/xcode/test_Xcode__verify.py
tests/integrations/xcode/test_confirm_xcode_license_accepted.py
tests/integrations/xcode/test_ensure_command_line_tools_are_installed.py
tests/integrations/xcode/test_ensure_xcode_is_installed.py
tests/integrations/xcode/test_get_device_state.py
tests/integrations/xcode/test_get_identities.py
tests/integrations/xcode/test_get_simulators.py
tests/integrations/xcode/test_verify_command_line_tools_install.py
tests/integrations/xcode/test_verify_xcode_install.py
tests/integrations/xcode/security/multiple-identities.out
tests/integrations/xcode/security/no-identities.out
tests/integrations/xcode/security/one-identity.out
tests/integrations/xcode/simctl/README
tests/integrations/xcode/simctl/alternate-format.json
tests/integrations/xcode/simctl/iOS-13.2-only.json
tests/integrations/xcode/simctl/multiple-iOS-versions.json
tests/integrations/xcode/simctl/no-devices.json
tests/integrations/xcode/simctl/no-runtimes.json
tests/integrations/xcode/simctl/single-device-booted.json
tests/integrations/xcode/simctl/single-device-shutdown.json
tests/integrations/xcode/simctl/single-device-shutting-down.json
tests/integrations/xcode/simctl/single-device-unknown.json
tests/platforms/__init__.py
tests/platforms/conftest.py
tests/platforms/android/__init__.py
tests/platforms/android/gradle/__init__.py
tests/platforms/android/gradle/conftest.py
tests/platforms/android/gradle/test_android_log_clean_filter.py
tests/platforms/android/gradle/test_build.py
tests/platforms/android/gradle/test_create.py
tests/platforms/android/gradle/test_open.py
tests/platforms/android/gradle/test_package.py
tests/platforms/android/gradle/test_package__aab.py
tests/platforms/android/gradle/test_package__apk.py
tests/platforms/android/gradle/test_package__debug_apk.py
tests/platforms/android/gradle/test_run.py
tests/platforms/android/gradle/test_safe_formal_name.py
tests/platforms/iOS/__init__.py
tests/platforms/iOS/xcode/__init__.py
tests/platforms/iOS/xcode/conftest.py
tests/platforms/iOS/xcode/test_build.py
tests/platforms/iOS/xcode/test_create.py
tests/platforms/iOS/xcode/test_mixin.py
tests/platforms/iOS/xcode/test_open.py
tests/platforms/iOS/xcode/test_package.py
tests/platforms/iOS/xcode/test_run.py
tests/platforms/iOS/xcode/test_update.py
tests/platforms/iOS/xcode/mixin/test_select_target_device.py
tests/platforms/linux/__init__.py
tests/platforms/linux/conftest.py
tests/platforms/linux/os_release.py
tests/platforms/linux/test_DockerOpenCommand.py
tests/platforms/linux/test_LinuxMixin__support_package_url.py
tests/platforms/linux/test_LinuxMixin__vendor_details.py
tests/platforms/linux/test_LocalRequirementsMixin.py
tests/platforms/linux/test_parse_freedesktop_os_release.py
tests/platforms/linux/appimage/__init__.py
tests/platforms/linux/appimage/test_build.py
tests/platforms/linux/appimage/test_create.py
tests/platforms/linux/appimage/test_dev.py
tests/platforms/linux/appimage/test_mixin.py
tests/platforms/linux/appimage/test_package.py
tests/platforms/linux/appimage/test_run.py
tests/platforms/linux/flatpak/__init__.py
tests/platforms/linux/flatpak/test_build.py
tests/platforms/linux/flatpak/test_create.py
tests/platforms/linux/flatpak/test_dev.py
tests/platforms/linux/flatpak/test_mixin.py
tests/platforms/linux/flatpak/test_open.py
tests/platforms/linux/flatpak/test_package.py
tests/platforms/linux/flatpak/test_run.py
tests/platforms/linux/system/__init__.py
tests/platforms/linux/system/conftest.py
tests/platforms/linux/system/test_build.py
tests/platforms/linux/system/test_create.py
tests/platforms/linux/system/test_dev.py
tests/platforms/linux/system/test_mixin___deb_devirtualize.py
tests/platforms/linux/system/test_mixin__finalize_app_config.py
tests/platforms/linux/system/test_mixin__properties.py
tests/platforms/linux/system/test_mixin__target_glibc_version.py
tests/platforms/linux/system/test_mixin__verify.py
tests/platforms/linux/system/test_mixin__verify_python.py
tests/platforms/linux/system/test_mixin__verify_system_packages.py
tests/platforms/linux/system/test_mixin__verify_system_python.py
tests/platforms/linux/system/test_package.py
tests/platforms/linux/system/test_package__deb.py
tests/platforms/linux/system/test_package__pkg.py
tests/platforms/linux/system/test_package__rpm.py
tests/platforms/linux/system/test_run.py
tests/platforms/macOS/__init__.py
tests/platforms/macOS/conftest.py
tests/platforms/macOS/test_AppPackagesMergeMixin__ensure_thin_binary.py
tests/platforms/macOS/test_AppPackagesMergeMixin__find_binary_packages.py
tests/platforms/macOS/test_AppPackagesMergeMixin__lipo_dylib.py
tests/platforms/macOS/test_AppPackagesMergeMixin__merge_app_packages.py
tests/platforms/macOS/test_AppPackagesMergeMixin__thin_app_packages.py
tests/platforms/macOS/test_SigningIdentity.py
tests/platforms/macOS/test_XcodeBuildFilter.py
tests/platforms/macOS/test_macOSMixin__verify_not_on_icloud.py
tests/platforms/macOS/test_macOSMixin_verify_tools.py
tests/platforms/macOS/test_macOS_log_clean_filter.py
tests/platforms/macOS/test_sha256_file_digest.py
tests/platforms/macOS/app/__init__.py
tests/platforms/macOS/app/conftest.py
tests/platforms/macOS/app/test_build.py
tests/platforms/macOS/app/test_create.py
tests/platforms/macOS/app/test_dev.py
tests/platforms/macOS/app/test_mixin.py
tests/platforms/macOS/app/test_open.py
tests/platforms/macOS/app/test_run.py
tests/platforms/macOS/app/test_signing.py
tests/platforms/macOS/app/package/__init__.py
tests/platforms/macOS/app/package/conftest.py
tests/platforms/macOS/app/package/test_ditto.py
tests/platforms/macOS/app/package/test_notarize.py
tests/platforms/macOS/app/package/test_package.py
tests/platforms/macOS/app/package/test_package_dmg.py
tests/platforms/macOS/app/package/test_package_pkg.py
tests/platforms/macOS/app/package/test_package_zip.py
tests/platforms/macOS/app/package/test_resume_notarization.py
tests/platforms/macOS/xcode/__init__.py
tests/platforms/macOS/xcode/conftest.py
tests/platforms/macOS/xcode/test_build.py
tests/platforms/macOS/xcode/test_dev.py
tests/platforms/macOS/xcode/test_mixin.py
tests/platforms/macOS/xcode/test_open.py
tests/platforms/macOS/xcode/test_package.py
tests/platforms/macOS/xcode/test_run.py
tests/platforms/web/__init__.py
tests/platforms/web/static/__init__.py
tests/platforms/web/static/conftest.py
tests/platforms/web/static/test_build.py
tests/platforms/web/static/test_build__handle_insert.py
tests/platforms/web/static/test_build__handle_legacy_css.py
tests/platforms/web/static/test_build__process_wheel.py
tests/platforms/web/static/test_build_extract_pyscript_config.py
tests/platforms/web/static/test_build_write_inserts.py
tests/platforms/web/static/test_create.py
tests/platforms/web/static/test_dev.py
tests/platforms/web/static/test_mixin.py
tests/platforms/web/static/test_package.py
tests/platforms/web/static/test_run.py
tests/platforms/windows/__init__.py
tests/platforms/windows/conftest.py
tests/platforms/windows/app/__init__.py
tests/platforms/windows/app/conftest.py
tests/platforms/windows/app/test_build.py
tests/platforms/windows/app/test_dev.py
tests/platforms/windows/app/test_mixin.py
tests/platforms/windows/app/test_open.py
tests/platforms/windows/app/test_package.py
tests/platforms/windows/app/test_run.py
tests/platforms/windows/app/create/__init__.py
tests/platforms/windows/app/create/conftest.py
tests/platforms/windows/app/create/test_create.py
tests/platforms/windows/app/create/test_install_app_resources.py
tests/platforms/windows/app/create/test_install_license.py
tests/platforms/windows/app/create/test_txt_to_rtf.py
tests/platforms/windows/visualstudio/__init__.py
tests/platforms/windows/visualstudio/test_build.py
tests/platforms/windows/visualstudio/test_create.py
tests/platforms/windows/visualstudio/test_dev.py
tests/platforms/windows/visualstudio/test_mixin.py
tests/platforms/windows/visualstudio/test_open.py
tests/platforms/windows/visualstudio/test_package.py
tests/platforms/windows/visualstudio/test_run.py