Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc547555

Browse files
committed
Clarify test relationship to env_case.py fixture
1 parent22b8dba commitc547555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/test_git.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ def test_it_avoids_upcasing_unrelated_environment_variable_names(self):
109109
# name to its own child process (the grandchild).
110110
cmdline= [
111111
sys.executable,
112-
fixture_path("env_case.py"),
112+
fixture_path("env_case.py"),# Contains steps 3 and 4.
113113
self.rorepo.working_dir,
114114
old_name,
115115
]
116-
pair_text=subprocess.check_output(cmdline,shell=False,text=True)#Steps 3 and 4.
116+
pair_text=subprocess.check_output(cmdline,shell=False,text=True)#Run steps 3 and 4.
117117

118118
new_name=pair_text.split("=")[0]
119119
self.assertEqual(new_name,old_name)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp