review helper script for openQA
Project description
# openqa_review_script [![Build Status](https://travis-ci.com/os-autoinst/openqa_review.svg?branch=master)](https://travis-ci.com/os-autoinst/openqa_review) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/699/badge)](https://bestpractices.coreinfrastructure.org/projects/699)
A review helper script for openQA.
For more details read the documentation within openqa_review/openqa_review.py.
## Usage
Install requirements and package, using an isolated Python environment such as [VirtualEnv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).
` pip3 install -r requirements.txt pip3 install . `
or if you are using openSUSE distribution, it is recommended to use zypper, e.g.:
` zypper in python-openqa_review `
Call openqa-review from PATH, e.g. with –help
` openqa-review --help `
If openqa-review has to access non public servers which make use of custom Certificate Authorities (CA’s), it can happen that it fails because it can not verify the TLS certificate. By setting the environment variable REQUESTS_CA_BUNDLE, one can supply a custom ca-certificate store to openqa-review e.g.:
` REQUESTS_CA_BUNDLE="/my/custom/ca-bundle.pem" openqa-review `
If that doesn’t work, you can try the following setting: ` CURL_CA_BUNDLE="" `
## Communication
If you have questions, visit me on irc.freenode.net in #opensuse-factory
## Contribute
This project lives in https://github.com/os-autoinst/openqa_review
Feel free to add issues in github or send pull requests.
TODOs and ideas are tracked in the file TODO as well as github issues.
### Rules for commits
Every commit is checked by [Travis CI](https://travis-ci.com) as soon as you create a pull request but you should run tox locally,
Make sure to keep the 100% test coverage, e.g. by adding test reference data for new scenarios. TDD is advised :-)
For git commit messages use the rules stated on [How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/) as a reference
If this is too much hassle for you feel free to provide incomplete pull requests for consideration or create an issue with a code change proposal.
## License
This project is licensed under the MIT license, see LICENSE file for details. Exceptions are the files under dashboard_files/ which are GPL-2 licensed coming from https://github.com/os-autoinst/openQA/.
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
File details
Details for the file openqa_review-1.25.0.tar.gz
.
File metadata
- Download URL: openqa_review-1.25.0.tar.gz
- Upload date:
- Size: 40.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4efe98dfabaab12fe6f8f49b7734313d392f5e78ff03aadd73c9c31fd6743e62 |
|
MD5 | ca4ea07579acb8b836ea6f9cea5f79fa |
|
BLAKE2b-256 | 06c00a4724b4568e7ba883efa867bd2d3a1eeb057f1672015aff89f5c26a9e19 |