diff options
| author | jvoisin | 2011-07-30 21:47:31 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-30 21:47:31 +0200 |
| commit | 5715ba52f2238af513b0b87f4aa3c0158d2c84ba (patch) | |
| tree | e77829efd78b1473650a669546c3c11edc37932c /test/clitest.py | |
| parent | c9cb00bdf702ce6663e78784de63dc6d35c3d875 (diff) | |
Documentation, and removal of unnecessary imports
Diffstat (limited to 'test/clitest.py')
| -rw-r--r-- | test/clitest.py | 2 |
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 | |||
| 8 | import sys | 8 | import sys |
| 9 | 9 | ||
| 10 | sys.path.append('..') | 10 | sys.path.append('..') |
| 11 | #import cli | ||
| 12 | from lib import mat | 11 | from lib import mat |
| 13 | import test | 12 | import 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: |
