1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Moved from nose to py.test (the former doesn't officially support py3k, which is limiting).

This commit is contained in:
Virgil Dupras
2010-07-13 11:10:45 +02:00
parent fdde538b66
commit 4d66b4667c
12 changed files with 120 additions and 12 deletions

View File

@@ -10,10 +10,9 @@ import os.path as op
import os
import time
from nose.tools import eq_
from hsutil import io
from hsutil.path import Path
from hsutil.testutil import eq_
from hsutil.testcase import TestCase
from ..directories import *