Added a test for puzzles with diagonal constraints.
authorEevee <eevee@nyarumaa.(none)>
Wed, 7 Jan 2009 14:54:16 +0000 (09:54 -0500)
committerEevee <eevee@nyarumaa.(none)>
Wed, 7 Jan 2009 14:54:16 +0000 (09:54 -0500)
commitaadaa02e9ea8442b6cf2c816c17ab3605838b2a4
treef0b5b6ade265cb4a1117bc2d6527f44a0189e75f
parent6c46caf7943b1beaadf32f5bbd78b1aee647b825
Added a test for puzzles with diagonal constraints.

Created a TestCase subclass to use for tests, too.
pseudoku/__init__.py
pseudoku/tests/__init__.py
pseudoku/tests/constraints/__init__.py [new file with mode: 0644]
pseudoku/tests/constraints/diagonal.py [new file with mode: 0644]
pseudoku/tests/integrity/simple.py