Skip to content

Commit 73254e8

Browse files
committed
chore(pytest tests): Variable naming
1 parent f81c37f commit 73254e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pytest_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ def test_repo_git_remote_checkout(
9898
# Setup: Files
9999
tests_path.mkdir()
100100
for file_name, text in files.items():
101-
rst_file = tests_path / file_name
102-
rst_file.write_text(
101+
test_file = tests_path / file_name
102+
test_file.write_text(
103103
text,
104104
encoding="utf-8",
105105
)

0 commit comments

Comments
 (0)