microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
253 stars 42 forks source link

Running tests #29

Closed nikisix closed 4 years ago

nikisix commented 4 years ago

What command are you guys using to run tests? Might want to add that to the Readme.md as well

So far, I've just tried:

(default) jericho ➤ python -m unittest tests

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
MarcCote commented 4 years ago

Thanks for the feedback. We use nosetests. See https://github.com/microsoft/jericho/blob/master/.travis/test.sh#L9