Select Git revision
-
Elisabetta Giani authored
configuration from dsconfig file: if polling is enabled for the attributes, the test on attribute reading is not performed because the value is read from the cache and not from the device. Polling has to be enabled into the dsconfig file when the real devices are instantiated)
Elisabetta Giani authoredconfiguration from dsconfig file: if polling is enabled for the attributes, the test on attribute reading is not performed because the value is read from the cache and not from the device. Polling has to be enabled into the dsconfig file when the real devices are instantiated)
setup.cfg 664 B
[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