kivy / oscpy

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

String encoding #4

Closed tshirtman closed 6 years ago

tshirtman commented 6 years ago

Allow using encoding and encoding_errors to manage encoding of parameters, and how to manage errors when encoding/decoding with the provided codec.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 20


Changes Missing Coverage Covered Lines Changed/Added Lines %
oscpy/parser.py 31 32 96.88%
<!-- Total: 40 41 97.56% -->
Files with Coverage Reduction New Missed Lines %
oscpy/client.py 1 94.59%
oscpy/parser.py 2 98.96%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 17: 0.04%
Covered Lines: 361
Relevant Lines: 363

💛 - Coveralls
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 20


Changes Missing Coverage Covered Lines Changed/Added Lines %
oscpy/parser.py 31 32 96.88%
<!-- Total: 40 41 97.56% -->
Files with Coverage Reduction New Missed Lines %
oscpy/client.py 1 94.59%
oscpy/parser.py 2 98.96%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 17: 0.04%
Covered Lines: 361
Relevant Lines: 363

💛 - Coveralls