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):