diff options
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): |
