Renamed integrity tests to standard.
[pseudoku.git] / pseudoku / tests / integrity / simple.py
diff --git a/pseudoku/tests/integrity/simple.py b/pseudoku/tests/integrity/simple.py
deleted file mode 100644 (file)
index 48cde80..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-from pseudoku.grid import Grid
-
-from pseudoku.tests import SudokuTestCase
-
-class SimpleGridTestCase(SudokuTestCase):
-    """Tests the solving integrity of some puzzles that can be solved using
-    only elimination and uniqueness.
-    """
-
-    def test_simple(self):
-        self.assertSolvable("""
-            ...69.... 9.5..876. ..4..1.2.
-            6...5...3 38.....49 7...3...2
-            .7.9..3.. .231..4.8 ....83...
-        """)