| docs | |
|---|---|
| tests | |
| package |
Freeplane/Freeming file and objects handler
- Free software: GNU General Public License v3
Install command:
pip install ngomm
https://python-ngomm.readthedocs.io/
Settings are managed using simple-settings and can be overriden with configuration files (cfg, yaml, json) or with environment variables prefixed with NGOMM_.
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 |