Update tests/test_utils_run_later.py
Run CI Tests / test (push) Successful in 2m36s

This commit is contained in:
2025-08-05 14:04:25 +02:00
parent f005cfe517
commit f649d813f0
+2 -1
View File
@@ -122,12 +122,13 @@ def test_run_at_tqdm_multiple_updates(monkeypatch, capsys):
run_at(when, fexample)
captured = capsys.readouterr()
captured_text = output.getvalue()
assert "0%| |" in captured.err
assert "50%|█████ |" in captured.err
assert "100%|██████████|" in captured.err
assert "Function done!" in captured
assert "Function done!" in captured_text
# Test today/yesterday and tomorrow functions