mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-31 12:06:24 +00:00
no log: update tests config
This commit is contained in:
parent
46051646c6
commit
952a080b38
3 changed files with 3 additions and 3 deletions
|
@ -5,3 +5,4 @@ pytest-pep8
|
||||||
pytest-flakes
|
pytest-flakes
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-vcr
|
pytest-vcr
|
||||||
|
pytest-mock
|
||||||
|
|
1
tests/__init__.py
Normal file
1
tests/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
|
@ -3,9 +3,6 @@
|
||||||
import pytest
|
import pytest
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# import sys
|
|
||||||
# sys.path.append("libs")
|
|
||||||
|
|
||||||
from subliminal_patch.core import Movie, Episode
|
from subliminal_patch.core import Movie, Episode
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,6 +21,7 @@ def movies():
|
||||||
resolution="1080p",
|
resolution="1080p",
|
||||||
source="Web",
|
source="Web",
|
||||||
# other="Rip",
|
# other="Rip",
|
||||||
|
alternative_titles=["Dune: Part One"],
|
||||||
audio_codec="Dolby Digital",
|
audio_codec="Dolby Digital",
|
||||||
video_codec="H.264",
|
video_codec="H.264",
|
||||||
release_group="SHITBOX",
|
release_group="SHITBOX",
|
||||||
|
|
Loading…
Reference in a new issue