summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index f2970ff..7becd5b 100644
--- a/test/test.py
+++ b/test/test.py
@@ -15,7 +15,7 @@ import tempfile
15import unittest 15import unittest
16import subprocess 16import subprocess
17 17
18VERBOSITY = 5 18VERBOSITY = 15
19 19
20clean = glob.glob('clean*') 20clean = glob.glob('clean*')
21clean.sort() 21clean.sort()
@@ -43,6 +43,10 @@ try: # file format exclusively managed by exiftool
43except OSError: 43except OSError:
44 pass # None for now 44 pass # None for now
45 45
46FILE_LIST.remove(('clean é.pdf', 'dirty é.pdf'))
47#FILE_LIST.remove(('clean é.tar', 'dirty é.tar'))
48FILE_LIST.remove(('clean é.tar.gz', 'dirty é.tar.gz'))
49#FILE_LIST.remove(('clean é.tar.bz2', 'dirty é.tar.bz2'))
46 50
47class MATTest(unittest.TestCase): 51class MATTest(unittest.TestCase):
48 ''' 52 '''