Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 768 Bytes

README.rst

File metadata and controls

49 lines (29 loc) · 768 Bytes

Overview

Python Package for simple document comparsion.

  • Free software: MIT license

Installation

pip install comparedocs

You can also install the in-development version with:

pip install git+ssh://git@https://github.com/pyropy/python-doc-comparsion/pyropy/python-doc-comparison.git@master

Documentation

https://python-doc-comparison.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