Rename "morituri" module to "whipper".
Fixes https://github.com/JoeLametta/whipper/issues/100
This commit is contained in:
13
whipper/test/test_program_sox.py
Normal file
13
whipper/test/test_program_sox.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- Mode: Python; test-case-name: whipper.test.test_program_sox -*-
|
||||
|
||||
import os
|
||||
|
||||
from whipper.program import sox
|
||||
from whipper.test import common
|
||||
|
||||
class PeakLevelTestCase(common.TestCase):
|
||||
def setUp(self):
|
||||
self.path = os.path.join(os.path.dirname(__file__), 'track.flac')
|
||||
|
||||
def testParse(self):
|
||||
self.assertEquals(0.800018, sox.peak_level(self.path))
|
||||
Reference in New Issue
Block a user