MCPcopy Create free account
hub / github.com/dask/dask / test_minimum_time

Function test_minimum_time

dask/diagnostics/tests/test_progress.py:45–49  ·  view source on GitHub ↗
(capsys)

Source from the content-addressed store, hash-verified

43
44
45def test_minimum_time(capsys):
46 with ProgressBar(10.0):
47 out = get_threaded(dsk, "e")
48 out, err = capsys.readouterr()
49 assert out == "" and err == ""
50
51
52@pytest.mark.parametrize("get", [get_threaded, get_sync])

Callers

nothing calls this directly

Calls 1

ProgressBarClass · 0.90

Tested by

no test coverage detected