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 Move human formatting functions under beets.util.units 2025-07-06 16:09:50 +01:00
__init__.py
conftest.py Improve visibility of Distance tests failures 2025-10-10 20:36:33 +01:00
test_art_resize.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_autotag.py
test_datequery.py Replace string concatenation (' + ') 2025-08-30 23:10:15 +01:00
test_dbcore.py style: remove extraneous pass statements 2025-09-19 21:11:51 +01:00
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 Replace percent formatting 2025-08-30 22:35:00 +01:00
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 Update release conversion logic accordingly 2025-08-10 16:25:05 +01:00
test_sort.py pyupgrade Python 3.10 2025-11-08 12:09:52 +00:00
test_template.py
test_types.py
test_util.py Simplify and speed up plurality/album tags retrieval tests 2025-05-31 19:17:42 +01:00
testall.py