JackWFinlay / jsonize

Convert HTML to JSON.
MIT License
22 stars 12 forks source link

Produce tests to increase coverage. #20

Closed JackWFinlay closed 4 years ago

JackWFinlay commented 7 years ago

Currently the tests are very basic and don't accurately cover the methods being tested (they just run the methods and the output is inspected manually). Proper test cases need to be set up. Currently we are using nUnitlite.

CJWhaley17 commented 7 years ago

This is something I would like to try to assist with, but I have only used nUnit and test3runner. Would that be okay?

JackWFinlay commented 7 years ago

@CoreyWhaley, absolutely. I don't really mind, as long as the coverage is good, accurate and expandable.

CJWhaley17 commented 7 years ago

@JackWFinlay Sounds good. I will dive into that this weekend and next week as I have it off. Cheers.