wordfreq/tests
Robyn Speer a06c3fc648 A different plan for the top-level word_frequency function.
When, before, I was importing wordfreq.query at the top level, this
created a dependency loop when installing wordfreq.

The new top-level __init__.py provides just a `word_frequency` function,
which imports the real function as needed and calls it. This should
avoid the dependency loop, at the cost of making
`wordfreq.word_frequency` slightly less efficient than
`wordfreq.query.word_frequency`.


Former-commit-id: 44ccf40742
2014-02-24 18:03:31 -05:00
..
test_build.py Clear wordlists before inserting them; yell at Python 2 2013-11-01 19:29:37 -04:00
test_queries.py A different plan for the top-level word_frequency function. 2014-02-24 18:03:31 -05:00