feat: config file
refactor: as the config module changed test: add test for config test: add test for local fetcher and local enrichers test: add test for manual insertion fix: some random bugs left by the last commit
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
import pytest
|
||||
|
||||
from lrx_cli.config import enable_debug
|
||||
|
||||
enable_debug()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def no_credentials(monkeypatch):
|
||||
"""Clear all credential env vars so only anonymous fetchers are active."""
|
||||
monkeypatch.delenv("SPOTIFY_SP_DC", raising=False)
|
||||
monkeypatch.delenv("QQ_MUSIC_API_URL", raising=False)
|
||||
monkeypatch.delenv("MUSIXMATCH_USERTOKEN", raising=False)
|
||||
|
||||
Reference in New Issue
Block a user