diff options
| author | jvoisin | 2013-08-11 18:00:47 +0200 |
|---|---|---|
| committer | jvoisin | 2013-08-11 18:00:47 +0200 |
| commit | 30beecd0b61687ef3fe7a773c04696e44581d687 (patch) | |
| tree | 55c43e553bfe5684c359b625154845d186f64a86 /test | |
| parent | 2b5a56407cda78e9eeff126debf074dbe02579f8 (diff) | |
Remove an useless exiftool-related test
Diffstat (limited to 'test')
| -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 |
