| docs | |
|---|---|
| tests | |
| package |
Provides access to a local git repository's configuration.
- Free software: MIT license
pip install git-repo-info
https://python-git-repo-info.readthedocs.io/
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 |