varlink / python

Python implementation of the Varlink protocol
https://varlink.org/python/
Apache License 2.0
43 stars 8 forks source link

Refactor scanner to use abstract collections #6

Closed jwhonce closed 6 years ago

jwhonce commented 6 years ago

Using abstract vs concrete types allows the developer more freedom in what data types they use the when passing data to varlink.

Code passes certification tests using python 3.6

Signed-off-by: Jhon Honce jhonce@redhat.com

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 133


Files with Coverage Reduction New Missed Lines %
varlink/tests/test_basic_network.py 1 100.0%
varlink/error.py 2 77.14%
varlink/client.py 2 74.36%
varlink/scanner.py 2 86.25%
varlink/init.py 3 100.0%
varlink/server.py 5 75.35%
<!-- Total: 15 -->
Totals Coverage Status
Change from base Build 131: 0.0%
Covered Lines: 1075
Relevant Lines: 1477

💛 - Coveralls