示例#1
0
def test_is_not_valid():
    video = Video(helper.get_file('text.txt'))

    assert not video.is_valid()
示例#2
0
def test_is_not_valid():
    video = Video(helper.get_file('text.txt'))

    assert not video.is_valid()
示例#3
0
def test_is_valid():
    video = Video(helper.get_file('video.mov'))

    assert video.is_valid()
示例#4
0
def test_is_valid():
    video = Video(helper.get_file('video.mov'))

    assert video.is_valid()