summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test.py b/test/test.py
index 6d3c585..0b7996b 100644
--- a/test/test.py
+++ b/test/test.py
@@ -39,12 +39,6 @@ except ImportError:
39 FILE_LIST.remove(('clean é.mp3', 'dirty é.mp3')) 39 FILE_LIST.remove(('clean é.mp3', 'dirty é.mp3'))
40 FILE_LIST.remove(('clean é.flac', 'dirty é.flac')) 40 FILE_LIST.remove(('clean é.flac', 'dirty é.flac'))
41 41
42try: # file format exclusively managed by exiftool
43 subprocess.Popen('exiftool', stdout=open('/dev/null'))
44except OSError:
45 pass # None for now
46
47
48class MATTest(unittest.TestCase): 42class MATTest(unittest.TestCase):
49 ''' 43 '''
50 Parent class of all test-functions 44 Parent class of all test-functions