summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
authorjvoisin2013-08-11 18:00:47 +0200
committerjvoisin2013-08-11 18:00:47 +0200
commit30beecd0b61687ef3fe7a773c04696e44581d687 (patch)
tree55c43e553bfe5684c359b625154845d186f64a86 /test/test.py
parent2b5a56407cda78e9eeff126debf074dbe02579f8 (diff)
Remove an useless exiftool-related test
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