MojoJolo / textteaser

TextTeaser is an automatic summarization algorithm.
MIT License
1.97k stars 251 forks source link

Testing Textteaser #12

Closed tkroman closed 10 years ago

tkroman commented 10 years ago

I think writing some at least basic tests should be a good idea considering ongoing development and changes, so I'd like to start with something, hence I'd like to know what testing framework do you suggest. I suggest using ScalaTest / FunSuite as rather traditional and reliable tool.

MojoJolo commented 10 years ago

Yes. This will be the next issue I planned to open. I don't have that experience with testing but I think I tried ScalaTest.