Skip to content

Latest commit

 

History

History
113 lines (79 loc) · 3.49 KB

README.rst

File metadata and controls

113 lines (79 loc) · 3.49 KB

Overview

docs Documentation Status
tests
package

A collection of useful tools developed for and by Catalpa International

  • Free software: BSD 2-Clause License

Installation

pip install catalpa-tools

Documentation

https://python-catalpa-tools.readthedocs.io/

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