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
This commit is contained in:
hsoft 2009-06-18 20:00:00 +00:00
parent cf2e176fdf
commit a49791173d
3 changed files with 4 additions and 4 deletions

0
pe/py/tests/__init__.py Normal file
View File

View File

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

View File

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