[testenv]
|
|
deps=
|
|
pytest
|
|
pytest-cov
|
|
pytest-asyncio
|
|
pytest-mock
|
|
dlms_cosem
|
|
commands=
|
|
py.test --cov=dsmr_parser test {posargs}
|
[testenv]
|
|
deps=
|
|
pytest
|
|
pytest-cov
|
|
pytest-asyncio
|
|
pytest-mock
|
|
dlms_cosem
|
|
commands=
|
|
py.test --cov=dsmr_parser test {posargs}
|