NIHOPA / NLPre

Python library for Natural Language Preprocessing (NLPre)
190 stars 34 forks source link

Proper coverage #23

Closed thoppe closed 7 years ago

thoppe commented 7 years ago

Now that coverage is near or at 100%, we need to add it to the test suite. Part of the problem is the failing of the command:

coverage run --source nlpre setup.py test

Which should work, but fails with

ImportError: No module named tests
Coverage.py warning: No data was collected.

Once this is fixed, we can add a badge with coveralls.