projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790b6d7
)
python/tests/test_source.py: break long line
author
Paul Brossier
<piem@piem.org>
Thu, 22 Sep 2016 23:27:21 +0000
(
01:27
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 22 Sep 2016 23:27:21 +0000
(
01:27
+0200)
python/tests/test_source.py
patch
|
blob
|
history
diff --git
a/python/tests/test_source.py
b/python/tests/test_source.py
index
4e24584
..
319121f
100755
(executable)
--- a/
python/tests/test_source.py
+++ b/
python/tests/test_source.py
@@
-25,7
+25,8
@@
for soundfile in list_of_sounds:
class aubio_source_test_case_base(TestCase):
def setUp(self):
- if not len(list_of_sounds): self.skipTest('add some sound files in \'python/tests/sounds\'')
+ if not len(list_of_sounds):
+ self.skipTest('add some sound files in \'python/tests/sounds\'')
self.default_test_sound = list_of_sounds[0]
class aubio_source_test_case(aubio_source_test_case_base):