timpalpant / LittleBoxes

A crossword solver
GNU General Public License v3.0
1 stars 0 forks source link

Separate tests and test fixtures from main code #16

Closed timpalpant closed 8 years ago

timpalpant commented 8 years ago

Move the tests into a separate directory like tests/ and make some small test fixtures for ClueDB, Dictionary, etc. in tests/fixtures so that the tests run quickly.

jpalpant commented 8 years ago

Merged #17, looks good! Nice to not have to wait ages for the ClueDB to load every time just to run some tests, I always get annoyed when unit testing takes 20 minutes for a handful of tests but didn't know how to make it faster.