python-odml icon indicating copy to clipboard operation
python-odml copied to clipboard

Check current tests and expand to increase test coverage

Open achilleas-k opened this issue 8 years ago • 5 comments

achilleas-k avatar Jan 16 '17 14:01 achilleas-k

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.

achilleas-k avatar Jan 25 '17 12:01 achilleas-k

I've changed the title of this issue to directly address test coverage. There's two things that we need to address:

  1. 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.
  2. 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.

achilleas-k avatar Jan 31 '17 14:01 achilleas-k

Hey @achilleas-k can I work on this issue?

maayanktyagi avatar Jan 31 '17 17:01 maayanktyagi

Go ahead @maayanktyagi.

achilleas-k avatar Jan 31 '17 18:01 achilleas-k

TestProperty now has a lot of test stubs that need to be implemented. See PR #66.

achilleas-k avatar Mar 08 '17 16:03 achilleas-k