def test_send_file_running_as_expected(file, sock): sock.return_value.bind.assert_called_once() sock.return_value.listen.assert_called_once() sock.return_value.accept ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results