Skip to content

Commit 8c9871a

Browse files
authored
Rename test.py to test_tools.py
changing the name of the file
1 parent 82acdf3 commit 8c9871a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py renamed to tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def test_save_to_txt_creates_file(tmp_path):
77
save_to_txt(test_data, str(test_file))
88
assert test_file.exists()
99
content = test_file.read_text()
10-
assert "Sample research output" in content
10+
assert "Sample research output" in content

0 commit comments

Comments
 (0)