From 315e9590b8b3939eda405b399dc8736f49c9c2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 5 Nov 2015 17:37:01 +0100 Subject: [PATCH] Use smaller test suite on the converting script --- tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index 07b217b..b8e1cea 100644 --- a/tests/test.py +++ b/tests/test.py @@ -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()