Example #1
0
File: test.py Project: ixc/tinytag
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(testfolder, 'samples/flac1.5sStereo.flac'))
Example #2
0
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(testfolder, 'samples/flac1.5sStereo.flac'))
Example #3
0
def test_invalid_wave_file():
    tag = Wave.get(os.path.join(samplefolder, "flac1.5sStereo.flac"))