summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index 0b7996b..1641f88 100644
--- a/test/test.py
+++ b/test/test.py
@@ -8,12 +8,12 @@
8 - remove the copy on end 8 - remove the copy on end
9''' 9'''
10 10
11
11import shutil 12import shutil
12import os 13import os
13import glob 14import glob
14import tempfile 15import tempfile
15import unittest 16import unittest
16import subprocess
17 17
18VERBOSITY = 15 18VERBOSITY = 15
19 19
@@ -39,6 +39,7 @@ 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
42class MATTest(unittest.TestCase): 43class MATTest(unittest.TestCase):
43 ''' 44 '''
44 Parent class of all test-functions 45 Parent class of all test-functions