diff options
| author | jvoisin | 2011-12-25 18:35:24 +0100 |
|---|---|---|
| committer | jvoisin | 2011-12-25 18:35:24 +0100 |
| commit | 29763bdc956f84dd134b983b9ff006a3109d6ea8 (patch) | |
| tree | 47290bed32f1fd4741f4988d7b581dbcc2eb694a /test/test.py | |
| parent | 6c64102d7e5185374e581b170d0a10ca77746d1e (diff) | |
A little more pep8 for the testsuite
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py index 9b440ca..64072b8 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -17,7 +17,7 @@ VERBOSITY = 3 | |||
| 17 | 17 | ||
| 18 | clean = glob.glob('clean*') | 18 | clean = glob.glob('clean*') |
| 19 | clean.sort() | 19 | clean.sort() |
| 20 | dirty = glob.glob('dirty*') | 20 | dirty = glob.glob('dirty*') |
| 21 | dirty.sort() | 21 | dirty.sort() |
| 22 | 22 | ||
| 23 | FILE_LIST = zip(clean, dirty) | 23 | FILE_LIST = zip(clean, dirty) |
| @@ -62,6 +62,7 @@ class MATTest(unittest.TestCase): | |||
| 62 | ''' | 62 | ''' |
| 63 | shutil.rmtree(self.tmpdir) | 63 | shutil.rmtree(self.tmpdir) |
| 64 | 64 | ||
| 65 | |||
| 65 | def main(): | 66 | def main(): |
| 66 | import clitest | 67 | import clitest |
| 67 | import libtest | 68 | import libtest |
