diff options
| author | jvoisin | 2011-07-26 15:14:10 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-26 15:14:10 +0200 |
| commit | 7c9edd6514854f707b87e150a1ffa327ebd8dcac (patch) | |
| tree | f9d30a0baa9070e59ab49eb85ad08a56d956551a /test/test.py | |
| parent | 72e73f1f844d542ffe9d5d9cc18ad4290167d230 (diff) | |
Bugfix, and more pylint conformity
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 15 | sys.path.append('..') | 15 | sys.path.append('..') |
| 16 | from lib import mat | 16 | from lib import mat |
| 17 | 17 | ||
| 18 | VERBOSITY = 3 | ||
| 18 | FILE_LIST = zip(glob.glob('clean*'), glob.glob('dirty*')) | 19 | FILE_LIST = zip(glob.glob('clean*'), glob.glob('dirty*')) |
| 19 | 20 | ||
| 20 | class MATTest(unittest.TestCase): | 21 | class MATTest(unittest.TestCase): |
