Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 1m4s

This commit is contained in:
2025-08-06 14:39:45 +02:00
parent 9e98ad93cf
commit eb17569f94
+1
View File
@@ -46,6 +46,7 @@ def use_callback(pv, callback):
# === Tests ===
@pytest.mark.parametrize("value, expected_bar, expected_color", [
(0.0, " ", colorama.Fore.GREEN),
(25.0, "██▌ ", colorama.Fore.GREEN),
(50.0, "█████ ", colorama.Fore.GREEN),
(75.0, "███████▌ ", colorama.Fore.GREEN),