| tests | |
|---|---|
| package |
Autogenerated library for handling Page XML format
- Free software: Apache Software License 2.0
pip install git+https://github.com/eyra-benchmark/page_xml_gen
To use the project:
import page_xml_gen
page_xml_gen.longest()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 |