We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93aa55 commit bebb415Copy full SHA for bebb415
tests/test_progress_file.py
@@ -76,6 +76,7 @@ def test_callback_tracks_cumulative_bytes() -> None:
76
77
mock_callback.assert_has_calls([call(10), call(30), call(40)])
78
79
+
80
def test_callback_called_on_eof() -> None:
81
file = _make_file(b"abcd")
82
mock_callback = Mock()
0 commit comments