Closed d-bohls closed 6 years ago
I rebased this PR with the commit from #256 since:
I'll merge and push this PR as soon as the other PR goes in.
Integration test coverage went from 78% to 86%. I found I had a preference for integration tests since most methods and properties are layered wrappers around driver calls. I found a couple of issues/bugs from performing actual driver calls as opposed to just mocking in unit tests. There is definite room for improvement of unit testing.
Peeking over code coverage results for cluster, the biggest lacking source of I see are that the flexray properties have yet to be tested or removed. The DbCollection class is another low coverage percentage that should be evaluated.
Fixes #238
tox
successfully runs, including unit tests and style checks (see CONTRIBUTING.md).