Use smaller test suite on the converting script

pull/2/head
Raphaël Vinot 2015-11-05 17:37:01 +01:00
parent 04939bf903
commit 315e9590b8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class TestBasic(unittest.TestCase):
self.dump_logs(spec)
def test_generic(self):
src = os.path.join(self.curpath, 'tests/src')
src = os.path.join(self.curpath, 'tests/src2')
dst = os.path.join(self.curpath, 'tests/dst')
spec = KittenGroomer(src, dst, debug=True)
spec.processdir()