[metadata] description-file = README.md [aliases] # Define `python setup.py test` test=pytest [coverage:run] branch = True source = cspse [tool:pytest] testpaths = tests addopts = --verbose --cov=cspse --json-report --json-report-file=htmlcov/report.json --cov-report=term --cov-report=html --cov-report=xml --junitxml=build/reports/csp-lmc-subelement-unit-tests.xml junit_family=legacy console_output_style = progress [coverage:report] show_missing = True # Define `python setup.py build_sphinx` [build_sphinx] source-dir = docs build-dir = docs/_build all_files = 1 builder = html