From 29763bdc956f84dd134b983b9ff006a3109d6ea8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 25 Dec 2011 18:35:24 +0100 Subject: A little more pep8 for the testsuite --- test/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test.py') 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 clean = glob.glob('clean*') clean.sort() -dirty = glob.glob('dirty*') +dirty = glob.glob('dirty*') dirty.sort() FILE_LIST = zip(clean, dirty) @@ -62,6 +62,7 @@ class MATTest(unittest.TestCase): ''' shutil.rmtree(self.tmpdir) + def main(): import clitest import libtest -- cgit v1.3