Skip to content

Commit

Permalink
no log: update tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiko98 committed Dec 30, 2021
1 parent 4605164 commit 952a080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest-pep8
pytest-flakes
pytest-cov
pytest-vcr
pytest-mock
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# -*- coding: utf-8 -*-
4 changes: 1 addition & 3 deletions tests/subliminal_patch/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import pytest
import os

# import sys
# sys.path.append("libs")

from subliminal_patch.core import Movie, Episode


Expand All @@ -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",
Expand Down

0 comments on commit 952a080

Please sign in to comment.