exitmap icon indicating copy to clipboard operation
exitmap copied to clipboard

Increase test coverage

Open NullHypothesis opened this issue 9 years ago • 3 comments

Test coverage is almost zero at this point, which means that there's quite a bit of code that has never been executed.

NullHypothesis avatar Aug 03 '15 21:08 NullHypothesis

I would be interested in helping with this, do you have a preferred starting point?

frankcash avatar Sep 08 '15 22:09 frankcash

Great, thanks for your interest, Frank! There's some rudimentary code in unittests.py which would be a good starting point. There are several functions in the code (e.g., in util.py) that are easy to test in isolation. For others, it might be more difficult.

NullHypothesis avatar Sep 09 '15 14:09 NullHypothesis

okay, awesome. I'll start by adding tests to unittests.py

frankcash avatar Sep 10 '15 20:09 frankcash