diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 6 |
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 | ||
| 42 | try: # file format exclusively managed by exiftool | ||
| 43 | subprocess.Popen('exiftool', stdout=open('/dev/null')) | ||
| 44 | except OSError: | ||
| 45 | pass # None for now | ||
| 46 | |||
| 47 | |||
| 48 | class MATTest(unittest.TestCase): | 42 | class MATTest(unittest.TestCase): |
| 49 | ''' | 43 | ''' |
| 50 | Parent class of all test-functions | 44 | Parent class of all test-functions |
