beets/test/ui/commands
Šarūnas Nejus 2a003ac709
Refactor ShowChangeTest to use snapshot-style assertions
Replace multiple small tests with two comprehensive snapshot tests
covering the same edge cases and newline and column layouts.

Use BeetsTestCase to ensure that the local dev config is ignored.
2026-03-17 17:59:51 +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 Fix the rest of the tests 2026-02-27 18:34:26 +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