timpalpant / LittleBoxes

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

Test fixture puzzle not empty #19

Closed jpalpant closed 8 years ago

jpalpant commented 8 years ago

Running run_tests.sh fails several tests because the puzzle in tests/fixtures/test.puz already has solutions in it. This means that calling get_fill on that puzzle will not return a list of None values.

timpalpant commented 8 years ago

Merged #20 to fix the tests and also set up CircleCI to run the tests automatically for every pull request and commit.

Circle CI