This commit is contained in:
@@ -123,10 +123,11 @@ def test_run_at_tqdm_multiple_updates(monkeypatch, capsys):
|
|||||||
|
|
||||||
captured = capsys.readouterr()
|
captured = capsys.readouterr()
|
||||||
|
|
||||||
|
assert "0%| |" in captured.err
|
||||||
assert "50%|█████ |" in captured.err
|
assert "50%|█████ |" in captured.err
|
||||||
assert "100%|██████████|" in captured.err
|
assert "100%|██████████|" in captured.err
|
||||||
|
|
||||||
assert "Function done!" in captured.err
|
assert "Function done!" in captured
|
||||||
|
|
||||||
|
|
||||||
# Test today/yesterday and tomorrow functions
|
# Test today/yesterday and tomorrow functions
|
||||||
|
|||||||
Reference in New Issue
Block a user