Improve test coverage

Issue #17 open
Sean Kauffman repo owner created an issue

The testing is a bit lax at the moment. There are many ways that this could be improved without too much effort. Once test coverage gets a little bit higher we might even want to put a little "coverage" badge on the front page!

For example, there is virtually no unit testing around the DSL, with only a handful of functional tests to ensure it works properly. The learn tests have also been disabled for some time, since they never were updated after the algorithm was really finalized.

Comments (3)

  1. Sean Kauffman reporter

    Coveralls is a service to put such a badge on the site. It currently reports 44% coverage for nfer using the unit tests.

  2. Sean Kauffman reporter
    • changed status to open

    I have finally gotten coveralls test coverage to work, so there is some motivation to improve the coverage. There are a variety of ways that this can be done relatively quickly.

  3. Sean Kauffman reporter

    Coverage (via Coveralls) is up to 59%. I’ll close this issue once coverage gets to 80%.

  4. Log in to comment