Searched refs:mock_file_input (Results 1 – 1 of 1) sorted by relevance
583 def assertExactlyOneInvocation(self, mock_file_input, method_name): argument585 actual_count = mock_file_input.invocation_counts[method_name]588 actual_total_count = len(mock_file_input.invocation_counts)