0d56cde927
test: enable debug test: add pytest.ini to mark tests that require network fix: cache-search should not aquire full match of artists due to different translations fix: replace dynamic f-string SQL in track WHERE clauses with parameterized nullable conditions refactor: lrc.py should never directly call print, return a str instead chore: add requirements.txt (via 'uv export') chore: update README.md with dev instructions
3 lines
90 B
INI
3 lines
90 B
INI
[pytest]
|
|
markers = network: marks tests that require real network access to external APIs
|