summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
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: