chore: add script to capture api response references

This commit is contained in:
2026-04-10 10:50:29 +02:00
parent 0f1f5b418a
commit 1b48386132
6 changed files with 360 additions and 8 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ Run tests without network calls:
uv run pytest -m "not network"
```
or run full tests. The **REAL** API calls will be made and some of them will be skipped if the required credentials are not configured as [above](#configuration). This might be useful to verify that the lyric sources are still valid and working as expected:
or run full tests. The **REAL EXTERNAL** API calls will be made and some of them will be skipped if the required credentials are not configured as [above](#configuration). This might be useful to verify that the lyric sources are still valid and working as expected:
```bash
uv run pytest