/python-ngofile

misc file utilities

Primary LanguagePythonOtherNOASSERTION

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

misc file utilities

  • Free software: GNU General Public License v3

Installation

Install command:

pip install ngofile

Documentation

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