code-review

code_review


License
Apache-2.0
Install
pip install code-review==0.0.3

Documentation

Overview

docs |docs|
tests
Travis-CI Build Status
Coverage Status
Code Quality Status
package

Creates links for PR updates

  • Free software: Apache Software License 2.0

Installation

pip install code_review

Documentation

To use the project:

$ python -m code_review -h
usage: code_review [-h] [-o] [-s] [-t TOKEN]

Command description.

optional arguments:
  -h, --help            show this help message and exit
  -o, --open            Opens new code review updates in default browser
  -s, --stdout          Prints code review updates
  -t TOKEN, --token TOKEN
                    Token to use when checking for updates

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox