Opensubsonic tests for artist 'parsing' (#1859)
authorJc2k <john.carr@unrouted.co.uk>
Mon, 13 Jan 2025 15:50:38 +0000 (15:50 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 15:50:38 +0000 (16:50 +0100)
commit16afa3ecbdb569d8ea0bedc6cfb20ce3e835cfae
treed3dab52ded19b055d0be8f716f87733c507d85de
parent3749351eca72becd751f392d340e095001fc2036
Opensubsonic tests for artist 'parsing' (#1859)

* chore: add parsing test for opensubsonic artist

* chore: make sure test json is covered by pre-commit

* chore: tidy json
.pre-commit-config.yaml
music_assistant/providers/opensubsonic/parsers.py [new file with mode: 0644]
music_assistant/providers/opensubsonic/sonic_provider.py
tests/providers/opensubsonic/__init__.py [new file with mode: 0644]
tests/providers/opensubsonic/__snapshots__/test_parsers.ambr [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/artists/spec-artistid3.artist.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/artists/spec-artistid3.info.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/artists/spec-sample.artist.json [new file with mode: 0644]
tests/providers/opensubsonic/fixtures/artists/spec-sample.info.json [new file with mode: 0644]
tests/providers/opensubsonic/test_parsers.py [new file with mode: 0644]