stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
254 stars 94 forks source link

Test with Python 3.10 #276

Closed kryskool closed 2 years ago

kryskool commented 2 years ago

Python 3.10 is out

Be carefull, 3.10 need to be quote, instead of it recognize as 3.1

See #277

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1405285614


Files with Coverage Reduction New Missed Lines %
pyads/testserver/testserver.py 5 90.76%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 1364662268: -0.3%
Covered Lines: 1626
Relevant Lines: 1730

💛 - Coveralls
kryskool commented 2 years ago

Hi @stlehmann

Is my fix for Python 3.10 is enough

I prefer to check attended values, before send the request (custom error message)

Regards,