We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82acdf3 commit 8c9871aCopy full SHA for 8c9871a
tests/test.py tests/test_tools.pytests/test.py renamed to tests/test_tools.py
@@ -7,4 +7,4 @@ def test_save_to_txt_creates_file(tmp_path):
7
save_to_txt(test_data, str(test_file))
8
assert test_file.exists()
9
content = test_file.read_text()
10
- assert "Sample research output" in content
+ assert "Sample research output" in content
0 commit comments