MCPcopy Create free account
hub / github.com/Codeplain-ai/codeplain / test_full_progress_bar

Method test_full_progress_bar

tests/test_cli_output.py:23–27  ·  view source on GitHub ↗

Test progress bar with 100% completion.

(self)

Source from the content-addressed store, hash-verified

21 assert len(bar) == 30
22
23 def test_full_progress_bar(self):
24 """Test progress bar with 100% completion."""
25 bar = _create_progress_bar(100, 100, width=30)
26 assert bar == "█" * 30
27 assert len(bar) == 30
28
29 def test_half_progress_bar(self):
30 """Test progress bar with 50% completion."""

Callers

nothing calls this directly

Calls 1

_create_progress_barFunction · 0.90

Tested by

no test coverage detected