mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-01-08 04:00:03 -08:00
9 lines
185 B
Python
9 lines
185 B
Python
from __future__ import annotations
|
|
|
|
import nzb2media
|
|
from nzb2media import transcoder
|
|
|
|
|
|
def test_transcoder_check():
|
|
assert transcoder.is_video_good(nzb2media.TEST_FILE, 1) is True
|