beets/test
Lars Kruse 508d28f66b tests: move reusable test-related modules into the beets package
External Python packages interfacing beets may want to use an in-memory
beets library instance for testing beets-related code.
The `TestHelper` class is very helpful for this purpose.
Previously `TestHelper` was located in the `test/` directory.
Now it is part of `beets` itself (`beets.test.helper.TestHelper`) and
can be easily imported.
2024-01-15 19:40:57 +01:00
..
plugins tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
rsrc Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
__init__.py Remove unused imports 2021-08-26 20:59:48 +10:00
test_art_resize.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_autotag.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_config_command.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_datequery.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_dbcore.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_files.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_hidden.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
test_importer.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_library.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_logging.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_m3ufile.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_mb.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_metasync.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_pipeline.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
test_plugins.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_query.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_sort.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_template.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
test_ui.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_ui_commands.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_ui_importer.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_ui_init.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_util.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
test_vfs.py tests: move reusable test-related modules into the beets package 2024-01-15 19:40:57 +01:00
testall.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00