python-odml
python-odml copied to clipboard
Check current tests and expand to increase test coverage
PR #53 sets up CI builds and fixes the current tests so that they run successfully on both Python 2 and 3. I'll keep this issue open until we go through the current tests and make sure everything is correct for the current state of the master branch.
I've changed the title of this issue to directly address test coverage. There's two things that we need to address:
- The current tests need to be checked to make sure they're correct and address all (within reason) issues that may be relevant to the code they cover.
- Write new tests for any functionality that isn't covered by the existing ones. The goal is to increase test coverage as well as have tests that can identify any issues with the current code.
Test coverage isn't everything, but it would be nice if we could increase it to cover most of the code, and then take care of testing all potential issues we can think of.
Hey @achilleas-k can I work on this issue?
Go ahead @maayanktyagi.
TestProperty now has a lot of test stubs that need to be implemented. See PR #66.