Turned original test puzzle into a real testcase.
authorEevee <eevee@nyarumaa.(none)>
Sat, 13 Dec 2008 04:02:00 +0000 (20:02 -0800)
committerEevee <eevee@nyarumaa.(none)>
Sat, 13 Dec 2008 04:02:00 +0000 (20:02 -0800)
commitbbf0c8e40c0b3205d7e8e0ec83e13374a0bf7f56
tree22446fe524a1238dd6509e722dc66fc6940631f4
parentef420dd690bb7803272ebc08c8e7a6e132dd0061
Turned original test puzzle into a real testcase.

Runnable via setuptools, too: python setup.py test
pseudoku/tests/__init__.py [new file with mode: 0644]
pseudoku/tests/integrity/__init__.py [new file with mode: 0644]
pseudoku/tests/integrity/simple.py [new file with mode: 0644]
setup.py