stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
264 stars 96 forks source link

Testserver: SUMUP_READ and SUMUP_WRITE with variable length #202

Closed stlehmann closed 3 years ago

stlehmann commented 3 years ago

This PR allows to have variable length sumread and sumwrite requests with the testserver. To keep things simple the testserver handles only uint8 and str data. The returned string is always "test".

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 620


Files with Coverage Reduction New Missed Lines %
pyads/pyads_ex.py 4 89.55%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 609: -0.3%
Covered Lines: 1102
Relevant Lines: 1171

💛 - Coveralls
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 624


Files with Coverage Reduction New Missed Lines %
pyads/pyads_ex.py 1 90.3%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 609: -0.09%
Covered Lines: 1105
Relevant Lines: 1171

💛 - Coveralls