From 30f8ff60eb4bd6d8b6f4467ba0b7bbe29a8a92ee Mon Sep 17 00:00:00 2001 From: Eevee Date: Wed, 7 Jan 2009 09:55:21 -0500 Subject: [PATCH] Renamed integrity tests to standard. Given that the grid will only successfully solve in the first place if it's valid, playing these down as "integrity" tests when the result *must* be correct is silly. Correctness should be explicitly tested elsewhere, anyway. --- pseudoku/tests/{integrity => standard}/__init__.py | 0 pseudoku/tests/{integrity => standard}/simple.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename pseudoku/tests/{integrity => standard}/__init__.py (100%) rename pseudoku/tests/{integrity => standard}/simple.py (100%) diff --git a/pseudoku/tests/integrity/__init__.py b/pseudoku/tests/standard/__init__.py similarity index 100% rename from pseudoku/tests/integrity/__init__.py rename to pseudoku/tests/standard/__init__.py diff --git a/pseudoku/tests/integrity/simple.py b/pseudoku/tests/standard/simple.py similarity index 100% rename from pseudoku/tests/integrity/simple.py rename to pseudoku/tests/standard/simple.py -- 2.7.4