A nose plugin to interact with Launchable API
Project description
A nose plugin to interact with Launchable API.
Install
$ pip install nose-launchable
Usage
Subset
$ nosetests --launchable-subset --launchable-build-number <build number> --launchable-subset-target <target percentage>
Record only
$ nosetests --launchable-record-only --launchable-build-number <build number>
In addition, you may need to set the following environment variables in your environment. These values should be provided from Launchable.
Key |
Description |
---|---|
LAUNCHABLE_BASE_URL |
(Optional) A Launchable API URL. Default is https: //api.mercury.launchableinc.com |
LAUNCHABLE_BUILD_NUMBER |
(Optional) A CI/CD build number |
LAUNCHABLE_DEBUG |
(Optional) Prints out debug logs |
LAUNCHABLE_TOKEN |
(Required) A token to access Launchable API |
Development
Pull requests are always appreciated. If you want to see whether your changes work as expected, run the following command to install the plugin locally.
$ python setup.py develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nose_launchable-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec66ee16b4d7aa55ca527227e5f0e5ac29886bcb6aac7490dc427f00be54a215 |
|
MD5 | a8bea2d5ef8f351da43b7f81aac79baa |
|
BLAKE2b-256 | 05e30a8d123cccf7e63638f71170af33843f946751dda4cd66a2d6912705f4c9 |