kivy / oscpy

An efficient OSC implementation compatible with python2.7 and 3.5+
MIT License
109 stars 27 forks source link

Added test for explicit port in OSCThreadServer.answer #12

Closed CJRChang closed 6 years ago

CJRChang commented 6 years ago

Per discussion in https://github.com/kivy/oscpy/pull/8 I've tweaked OSCThreadServer.answer to test for specifying port in the response.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 43


Files with Coverage Reduction New Missed Lines %
oscpy/parser.py 1 98.96%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 41: 0.4%
Covered Lines: 362
Relevant Lines: 364

💛 - Coveralls
CJRChang commented 6 years ago

Thanks for the feedback - updated as requested.

tshirtman commented 6 years ago

Thank you!