From 5715ba52f2238af513b0b87f4aa3c0158d2c84ba Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 30 Jul 2011 21:47:31 +0200 Subject: Documentation, and removal of unnecessary imports --- test/clitest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/clitest.py') diff --git a/test/clitest.py b/test/clitest.py index f71a622..453333a 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -8,7 +8,6 @@ import subprocess import sys sys.path.append('..') -#import cli from lib import mat import test @@ -57,7 +56,6 @@ class TestisCleancli(test.MATTest): ''' check if cli.py correctly check if a file is clean or not ''' - #FIXME : use an external file with string as const ? def test_clean(self): '''test is_clean on clean files''' for clean, _ in self.file_list: -- cgit v1.3