Run generic script on more docs

pull/9/head
Raphaël Vinot 2016-02-01 11:25:04 +01:00
parent 79c0d3185f
commit df80af000c
1 changed files with 7 additions and 0 deletions

View File

@ -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