Skip to content

nightly-8b3f1fb5-ls293

Pre-release
Pre-release

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 01 Jun 20:18
· 1 commit to nightly since this release
2c490a9

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-8b3f1fb5-ls293/index.html

LinuxServer Changes:

No changes

Remote Changes:

refactor: Pytest based setup for test_library (#6677)

Description

This PR is a refactor of test/test_library.py and replaces the unitest
test cases with a pytest setup. Also replaced capture_log with caplog
fixture.

Needs rebasing after beetbox/beets#6659 is
merged.

TODOs:

  • Changelog Not needed as this is an internal refactor only

This is related to the multi-step efforts to improve logging in beets
beetbox/beets#6553