summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
authorjvoisin2011-07-30 21:47:31 +0200
committerjvoisin2011-07-30 21:47:31 +0200
commit5715ba52f2238af513b0b87f4aa3c0158d2c84ba (patch)
treee77829efd78b1473650a669546c3c11edc37932c /test/clitest.py
parentc9cb00bdf702ce6663e78784de63dc6d35c3d875 (diff)
Documentation, and removal of unnecessary imports
Diffstat (limited to 'test/clitest.py')
-rw-r--r--test/clitest.py2
1 files changed, 0 insertions, 2 deletions
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
8import sys 8import sys
9 9
10sys.path.append('..') 10sys.path.append('..')
11#import cli
12from lib import mat 11from lib import mat
13import test 12import test
14 13
@@ -57,7 +56,6 @@ class TestisCleancli(test.MATTest):
57 ''' 56 '''
58 check if cli.py correctly check if a file is clean or not 57 check if cli.py correctly check if a file is clean or not
59 ''' 58 '''
60 #FIXME : use an external file with string as const ?
61 def test_clean(self): 59 def test_clean(self):
62 '''test is_clean on clean files''' 60 '''test is_clean on clean files'''
63 for clean, _ in self.file_list: 61 for clean, _ in self.file_list: