rspeer / wordfreq

Access a database of word frequencies, in various natural languages.
Other
1.4k stars 101 forks source link

Fixes to scripts that accidentally run during tests #70

Closed rspeer closed 5 years ago

rspeer commented 5 years ago

When you run pytest on wordfreq, it accidentally runs the top_n.py script and outputs a bunch of stuff. I've fixed this in two ways: