Wordseer / wordseer

The WordSeer text analysis tool, written in Flask.
http://wordseer.berkeley.edu/
40 stars 16 forks source link

Use nose for testing #164

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

Nose lets us run a limited amount of test suites, can automatically run a debugger on an exception during testing, and evaluate coverage and other nice things.

Cleans up runtests.py as well.