Wordseer / wordseer

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

Split testuploader off into testmodels #36

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

Now we have testuploader and testmodels, reflecting how the models are now separated from blueprints.

keien commented 10 years ago

Do you think we should have a separate test class for each model? Some models like Sentence have methods that we should eventually write more detailed tests for.

abendebury commented 10 years ago

Sure, we could do that.

keien commented 10 years ago

Let me know when you finish with that; I'll merge it in then.

abendebury commented 10 years ago

How's this?