learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

Added test for ngrams #12

Closed iros closed 8 years ago

iros commented 8 years ago

Should have done this sooner!

Btw, I didn't have pytest in my env, so I added it to requirements.txt. I don't know what to do with environment.yml so I'll leave that to you.

vlandham commented 8 years ago

@arnicas do you know if its typical for python packages to have something like a "dev requirements" file or to requirements for building/testing and requirements for installing typically just get packaged in the same file?

arnicas commented 8 years ago

Testing stuff in same package usually.