vcsi
vcsi copied to clipboard
improve code coverage
30% is pretty low
pull request #99 created for improving test coverage.
Note that at one place vcsi.py:1229, there's a line printing the error to stdout, whcih is garbling test output.
pull request #100.
This should push coverage to 80+.
There are many log lines being written on stdout. I'm not sure, if that's the way to go for testing.
pull request #109