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.
A pytest plugin for running tests on a Briefcase project.
You can install "pytest-briefcase" via pip from PyPI:
$ pip install pytest-briefcase
Then you can just run your test suite as normal:
$ pytest