beets/test/ui/commands
Šarūnas Nejus 6c9825392f
Store item paths relative to library directory
Convert item paths to relative on write and back to absolute on read,
keeping the database free of hardcoded library directory. Fix tests to
account for absolute path return values.
2026-03-23 03:34:15 +00:00
..
__init__.py tests: move command tests into dedicated files 2025-11-03 14:00:58 +01:00
test_completion.py Patch sys.stdin and sys.stdout in tests 2026-02-10 00:53:20 +00:00
test_config.py Replace capture_output with io.getoutput 2026-02-10 00:53:20 +00:00
test_fields.py Replace custom stdio mocks with pytest io fixture 2026-02-10 00:53:20 +00:00
test_import.py Refactor ShowChangeTest to use snapshot-style assertions 2026-03-17 17:59:51 +00:00
test_list.py Store item paths relative to library directory 2026-03-23 03:34:15 +00:00
test_modify.py Replace control_stdin with io.addinput 2026-02-10 00:53:20 +00:00
test_move.py tests: move command tests into dedicated files 2025-11-03 14:00:58 +01:00
test_remove.py tests: move command tests into dedicated files 2025-11-03 14:00:58 +01:00
test_update.py Fix the rest of the tests 2026-02-27 18:34:26 +00:00
test_utils.py Enable RUF rules 2026-01-13 20:55:40 +00:00
test_write.py Replace capture_output with io.getoutput 2026-02-10 00:53:20 +00:00