Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
/ pytest-briefcase Public archive

A pytest plugin for running tests of a Briefcase project.

License

Notifications You must be signed in to change notification settings

beeware/pytest-briefcase

NOTE This project has been deprecated. It is no longer required, as Briefcase 0.3.12 includes an explicit test mode for both dev and run. This allows running a test suite in both the development environment and the packaged runtime environment.

pytest-briefcase

PyPI version Python versions License Build Status

A pytest plugin for running tests on a Briefcase project.

Installation

You can install "pytest-briefcase" via pip from PyPI:

$ pip install pytest-briefcase

Then you can just run your test suite as normal:

$ pytest