diff options
author | Vitiko <[email protected]> | 2021-12-30 15:28:53 -0400 |
---|---|---|
committer | Vitiko <[email protected]> | 2021-12-30 15:28:53 -0400 |
commit | 952a080b38afd9fc75a34f7ce52508a4809e983b (patch) | |
tree | 5d85629233bdc4484c9a1bd36564c8cb98ad5bd5 | |
parent | 46051646c620d7db37f0be56df8b9f20c1b42d83 (diff) | |
download | bazarr-952a080b38afd9fc75a34f7ce52508a4809e983b.tar.gz bazarr-952a080b38afd9fc75a34f7ce52508a4809e983b.zip |
no log: update tests config
-rw-r--r-- | dev-requirements.txt | 1 | ||||
-rw-r--r-- | tests/__init__.py | 1 | ||||
-rw-r--r-- | tests/subliminal_patch/conftest.py | 4 |
3 files changed, 3 insertions, 3 deletions
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", |