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

[New] OsOps::execute_command supports a transfer of environment variables (exec_env)#239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
TestOsOpsCommon is refactored (test env names)
  • Loading branch information
@dmitry-lipetsk
dmitry-lipetsk committedApr 15, 2025
commit117165f5c8b275057c3df857b6f23366a0c0eb39
4 changes: 2 additions & 2 deletionstests/test_os_ops_common.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -98,7 +98,7 @@ def test_exec_command_with_exec_env(self, os_ops: OsOperations):

RunConditions.skip_if_windows()

C_ENV_NAME = "EXEC_TEST_TESTGRES_ENV_1975"
C_ENV_NAME = "TESTGRES_TEST__EXEC_ENV_20250414"

cmd = ["sh", "-c", "echo ${}".format(C_ENV_NAME)]

Expand DownExpand Up@@ -147,7 +147,7 @@ def test_exec_command__test_unset_dummy_var(self, os_ops: OsOperations):

RunConditions.skip_if_windows()

C_ENV_NAME = "IT_IS_A_TEST_DUMMY_VAR"
C_ENV_NAME = "TESTGRES_TEST__DUMMY_VAR_20250414"

cmd = ["sh", "-c", "echo ${}".format(C_ENV_NAME)]

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp