diff options
| author | jvoisin | 2013-10-30 18:44:02 +0000 |
|---|---|---|
| committer | jvoisin | 2013-10-30 18:44:02 +0000 |
| commit | ff431ae30521f294ce4d97d31b19db93cb7c0195 (patch) | |
| tree | 1ba0af34082607a318e74a068ed95bc3dd455271 /test/test.py | |
| parent | a646ebbd3a0f54b43fc610134d2ebb39b5c4c732 (diff) | |
More pep8 conformance
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 3 |
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 | |||
| 11 | import shutil | 12 | import shutil |
| 12 | import os | 13 | import os |
| 13 | import glob | 14 | import glob |
| 14 | import tempfile | 15 | import tempfile |
| 15 | import unittest | 16 | import unittest |
| 16 | import subprocess | ||
| 17 | 17 | ||
| 18 | VERBOSITY = 15 | 18 | VERBOSITY = 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 | |||
| 42 | class MATTest(unittest.TestCase): | 43 | class MATTest(unittest.TestCase): |
| 43 | ''' | 44 | ''' |
| 44 | Parent class of all test-functions | 45 | Parent class of all test-functions |
