From 952a080b38afd9fc75a34f7ce52508a4809e983b Mon Sep 17 00:00:00 2001 From: Vitiko Date: Thu, 30 Dec 2021 15:28:53 -0400 Subject: [PATCH] no log: update tests config --- dev-requirements.txt | 1 + tests/__init__.py | 1 + tests/subliminal_patch/conftest.py | 4 +--- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tests/__init__.py diff --git a/dev-requirements.txt b/dev-requirements.txt index 9ba4733a1..cbea12f0a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,3 +5,4 @@ pytest-pep8 pytest-flakes pytest-cov pytest-vcr +pytest-mock diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 000000000..40a96afc6 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/tests/subliminal_patch/conftest.py b/tests/subliminal_patch/conftest.py index 3ffefab68..e1e35f661 100644 --- a/tests/subliminal_patch/conftest.py +++ b/tests/subliminal_patch/conftest.py @@ -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",