From 7c9edd6514854f707b87e150a1ffa327ebd8dcac Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 26 Jul 2011 15:14:10 +0200 Subject: Bugfix, and more pylint conformity --- test/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index e9e8f82..ac63f60 100644 --- a/test/test.py +++ b/test/test.py @@ -15,6 +15,7 @@ import unittest sys.path.append('..') from lib import mat +VERBOSITY = 3 FILE_LIST = zip(glob.glob('clean*'), glob.glob('dirty*')) class MATTest(unittest.TestCase): -- cgit v1.3