From a49791173d5a76a38d39d66bfed0499e70400ad8 Mon Sep 17 00:00:00 2001 From: hsoft Date: Thu, 18 Jun 2009 20:00:00 +0000 Subject: [PATCH] Had forgotten to move the pe related tests to 'pe/py'. --HG-- rename : base/py/tests/block_test.py => pe/py/tests/block_test.py rename : base/py/tests/cache_test.py => pe/py/tests/cache_test.py extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4084 --- pe/py/tests/__init__.py | 0 {base => pe}/py/tests/block_test.py | 4 ++-- {base => pe}/py/tests/cache_test.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 pe/py/tests/__init__.py rename {base => pe}/py/tests/block_test.py (99%) rename {base => pe}/py/tests/cache_test.py (98%) diff --git a/pe/py/tests/__init__.py b/pe/py/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/base/py/tests/block_test.py b/pe/py/tests/block_test.py similarity index 99% rename from base/py/tests/block_test.py rename to pe/py/tests/block_test.py index 25d97783..1ee02faf 100644 --- a/base/py/tests/block_test.py +++ b/pe/py/tests/block_test.py @@ -1,4 +1,4 @@ -# Unit Name: tests.picture.block +# Unit Name: dupeguru_pe.tests.block_test # Created By: Virgil Dupras # Created On: 2006/09/01 # $Id$ @@ -7,7 +7,7 @@ import unittest -from ..picture.block import * +from ..block import * def my_avgdiff(first, second, limit=768, min_iter=3): # this is so I don't have to re-write every call return avgdiff(first, second, limit, min_iter) diff --git a/base/py/tests/cache_test.py b/pe/py/tests/cache_test.py similarity index 98% rename from base/py/tests/cache_test.py rename to pe/py/tests/cache_test.py index c16f330e..3fd70759 100644 --- a/base/py/tests/cache_test.py +++ b/pe/py/tests/cache_test.py @@ -1,4 +1,4 @@ -# Unit Name: dupeguru.tests.cache_test +# Unit Name: dupeguru_pe.tests.cache_test # Created By: Virgil Dupras # Created On: 2006/09/14 # $Id$ @@ -11,7 +11,7 @@ import threading from hsutil.testcase import TestCase -from ..picture.cache import * +from ..cache import * class TCcolors_to_string(TestCase): def test_no_color(self):