mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-19 06:03:59 +00:00
This does not give a 100% coverage of detecting files which include video, but at least those files are supposed to be video files.
10 lines
198 B
Python
10 lines
198 B
Python
from .common import CommonTests
|
|
|
|
|
|
class MIDITest(CommonTests.SimpleFormatsTestCase):
|
|
testfile = 'test.mid'
|
|
expected_info = {
|
|
'length': 127997,
|
|
}
|
|
unexpected_info = ['~video']
|