From df80af000cfed58b84697ec588e9e6d284096499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 1 Feb 2016 11:25:04 +0100 Subject: [PATCH] Run generic script on more docs --- tests/test.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test.py b/tests/test.py index b25d2df..f511957 100755 --- a/tests/test.py +++ b/tests/test.py @@ -60,6 +60,13 @@ class TestBasic(unittest.TestCase): spec.processdir() self.dump_logs(spec) + def test_generic_2(self): + src = os.path.join(self.curpath, 'tests/src') + dst = os.path.join(self.curpath, 'tests/dst') + spec = KittenGroomer(src, dst, debug=True) + spec.processdir() + self.dump_logs(spec) + def test_filecheck(self): if sys.version_info.major >= 3: return