beets/test
Šarūnas Nejus a57c164348
Remove NamedQuery
Remove 'NamedQuery' since it is not being used by any queries any more.

This simplifies query parsing logic in 'queryparse.py'. We know that
this logic can only receive 'FieldQuery' thus I adjusted types and
removed the logic that handles other cases.

Effectively, this means that the query parsing logic does not any more
care whether the query is named by the corresponding DB field. Instead,
queries like 'SingletonQuery' and 'PlaylistQuery' are responsible for
translating 'singleton' and 'playlist' to the underlying DB filters.
2024-04-30 22:20:36 +01:00
..
plugins Merge pull request #5184 from freddiewanah/master 2024-04-21 09:06:38 +10: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 refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_autotag.py refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_config_command.py Merge pull request #5184 from freddiewanah/master 2024-04-21 09:06:38 +10: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 Remove NamedQuery 2024-04-30 22:20:36 +01:00
test_files.py refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_hidden.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
test_importer.py refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_library.py refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08: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 refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_metasync.py Apply formatting 2024-03-01 15:21:25 +10:00
test_pipeline.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
test_plugins.py refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_query.py refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08:00
test_sort.py remove redundant prints 2024-04-08 19:14:42 +08:00
test_template.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
test_ui.py fix logic issue 2024-04-11 19:04:50 +02:00
test_ui_commands.py remove extra setups in the test class 2024-04-09 16:46:35 +02: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 refactor the test methods to avoid suboptimal asserts. 2024-04-08 21:39:25 +08: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