dneelyep / Ideopoly

A clone of Monopoly, where you play as a historical ideological leader and fight for followers, rather than money.
1 stars 2 forks source link

Organize tests logically. #21

Closed dneelyep closed 12 years ago

dneelyep commented 12 years ago

Rather than keeping all tests in one file, space the tests out in a separate directory possibly, with one file per class tested.

dneelyep commented 12 years ago

Fixed. Made one test class per regular file, put everything in a new tests/ directory.