mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-08 21:04:01 +00:00
no log: update conftest.py
This commit is contained in:
parent
d8d2300980
commit
ddacff3bdc
1 changed files with 7 additions and 1 deletions
|
@ -1,11 +1,17 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import pytest
|
||||
import logging
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
from subliminal_patch.core import Movie, Episode
|
||||
|
||||
|
||||
logging.getLogger("vcr").setLevel(logging.WARNING)
|
||||
logging.getLogger("rebulk").setLevel(logging.WARNING)
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def vcr_cassette_dir(request):
|
||||
return os.path.join("tests/subliminal_patch/cassettes", request.module.__name__)
|
||||
|
|
Loading…
Add table
Reference in a new issue