def setUp(self): self.song = WAVEFile(os.path.join(DATA_DIR, 'test.wav'))
def setUp(self): self.song = WAVEFile(get_data_path('test.wav'))