mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Py3.8 (#1659)
* Add Python3.8 and CI Tests * Force testing of video in case ffmpeg not working
This commit is contained in:
parent
70ab7d3d61
commit
5cd449632f
3 changed files with 8 additions and 41 deletions
|
@ -11,4 +11,4 @@ from core import transcoder
|
|||
|
||||
|
||||
def test_transcoder_check():
|
||||
assert transcoder.is_video_good(core.TEST_FILE, 0) is True
|
||||
assert transcoder.is_video_good(core.TEST_FILE, 1) is True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue