LSYS / LexicalRichness

:smile_cat: :speech_balloon: A module to compute textual lexical richness (aka lexical diversity).
http://lexicalrichness.readthedocs.io/
MIT License
96 stars 19 forks source link

Remove print statements that break unittest's normal reporting #4

Closed davidlesieur closed 4 years ago

davidlesieur commented 4 years ago

The print statements obscure unittest's normal output (where a . appears for each successful test). Considering that unittest's -v option gives almost the same information as the print statements, perhaps it makes sense to remove them.