mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-21 23:32:31 +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-cov
|
||||
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 os
|
||||
|
||||
# import sys
|
||||
# sys.path.append("libs")
|
||||
|
||||
from subliminal_patch.core import Movie, Episode
|
||||
|
||||
|
||||
|
@ -24,6 +21,7 @@ def movies():
|
|||
resolution="1080p",
|
||||
source="Web",
|
||||
# other="Rip",
|
||||
alternative_titles=["Dune: Part One"],
|
||||
audio_codec="Dolby Digital",
|
||||
video_codec="H.264",
|
||||
release_group="SHITBOX",
|
||||
|
|
Loading…
Reference in a new issue