mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
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:
parent
cf2e176fdf
commit
a49791173d
0
pe/py/tests/__init__.py
Normal file
0
pe/py/tests/__init__.py
Normal 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)
|
@ -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):
|
Loading…
x
Reference in New Issue
Block a user