test(analyzer): set test logging level to trace

This commit is contained in:
jo 2022-02-15 10:33:17 +01:00 committed by Kyle Robbertze
parent 88dcd13fc8
commit 7c354f52f4
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
import os
import shutil
from tempfile import TemporaryDirectory
import pytest
from libretime_shared.logging import TRACE, setup_logger
from .fixtures import fixtures_path
setup_logger(TRACE)
AUDIO_FILENAME = "s1-stereo-tagged.mp3"
AUDIO_FILE = fixtures_path / AUDIO_FILENAME
AUDIO_IMPORT_DEST = f"Test Artist/Test Album/{AUDIO_FILENAME}"