mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
## Description Fixes #5802. Today, tests fail on most Windows machines because we hard-code `D:` as the root drive, but most machines use `C:`. This change uses the same normalization function in the test assertion to ensure the drives match. ## To Do - [ ] ~~Documentation.~~ - [x] Changelog. - [x] Tests. (this is a tests change) ## What changed? * Updated tests to generate the drive name via normalization, instead of hard-coding `D:`. * Updated the `Item::destination()` method to document the `relative_to_libdir` param. ## How tested? * [x] Tests pass locally. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates/autosummary | ||
| api | ||
| dev | ||
| guides | ||
| plugins | ||
| reference | ||
| .gitignore | ||
| changelog.rst | ||
| code_of_conduct.rst | ||
| conf.py | ||
| contributing.rst | ||
| faq.rst | ||
| index.rst | ||
| Makefile | ||
| modd.conf | ||
| team.rst | ||