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