mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-09 13:49:36 +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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import pytest
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
from subliminal_patch.core import Movie, Episode
|
from subliminal_patch.core import Movie, Episode
|
||||||
|
|
||||||
|
|
||||||
|
logging.getLogger("vcr").setLevel(logging.WARNING)
|
||||||
|
logging.getLogger("rebulk").setLevel(logging.WARNING)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def vcr_cassette_dir(request):
|
def vcr_cassette_dir(request):
|
||||||
return os.path.join("tests/subliminal_patch/cassettes", request.module.__name__)
|
return os.path.join("tests/subliminal_patch/cassettes", request.module.__name__)
|
||||||
|
|
Loading…
Add table
Reference in a new issue