We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3b2ce commit d600940Copy full SHA for d600940
1 file changed
tests/test_fetch.py
@@ -180,12 +180,6 @@ def test_search_returns_xml(
180
FIXTURES = Path(__file__).parent / "fixtures"
181
182
183
-def test_write_search_results_to_file_empty_filename(client: TINDClient) -> None:
184
- """write_search_results_to_file raises ValueError for a blank output filename."""
185
- with pytest.raises(ValueError):
186
- client.write_search_results_to_file("title:foo", output_file_name=" ")
187
-
188
189
def test_write_search_results_to_file_zero_hits(
190
requests_mock: req_mock.Mocker,
191
client: TINDClient,
0 commit comments