LaurierCS / PHI-TextBasedGameEngine

A text based game engine for creating games
4 stars 1 forks source link

Add tests #11

Closed jbheard closed 3 years ago

jbheard commented 4 years ago

We should have tests to make sure everything works as expected. Writing tests will also encourage more flexible and decoupled coding practices, since everything should be testable.

We could probably just use unittest for this.

jbheard commented 3 years ago

Currently using pytest. We will continue to add tests as we go.