beets/test
Anton Bobov 67e668d81f
fix: Sanitize log messages by removing control characters
Added regex pattern to strip C0/C1 control characters (excluding useful
whitespace) from log messages before terminal output. This prevents
disruptive/malicious control sequences from affecting terminal
rendering.
2025-12-02 15:27:24 +05:00
..
autotag Added test additions 2025-10-14 19:55:50 +02:00
plugins Fixed unit tests import 2025-11-25 18:41:31 -05:00
rsrc Add tests for mbpseudo plugin 2025-11-01 13:51:34 +01:00
ui Merge remote-tracking branch 'upstream/master' into HEAD 2025-11-06 20:11:57 -05:00
util
__init__.py Remove unused imports 2021-08-26 20:59:48 +10:00
conftest.py Improve visibility of Distance tests failures 2025-10-10 20:36:33 +01:00
test_art_resize.py
test_autotag.py
test_datequery.py
test_dbcore.py
test_files.py reflink() doesn't take Path parameters 2025-11-23 13:50:57 -04:00
test_hidden.py
test_importer.py importer: provides search_ids into lookup_candidates explicitly 2025-07-16 14:06:33 +01:00
test_library.py
test_logging.py fix: Sanitize log messages by removing control characters 2025-12-02 15:27:24 +05:00
test_m3ufile.py
test_metasync.py
test_pipeline.py
test_plugins.py Move PromptChoice to beets.util module 2025-12-02 01:51:14 +00:00
test_query.py
test_release.py
test_sort.py pyupgrade Python 3.10 2025-11-08 12:09:52 +00:00
test_template.py
test_types.py
test_util.py
testall.py