mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
test for the value in the pythonexecutable grain
This commit is contained in:
parent
25acf8b929
commit
0518dc06f9
1 changed files with 2 additions and 0 deletions
|
@ -3932,9 +3932,11 @@ def test_pythonexecutable():
|
|||
"""
|
||||
test pythonexecutable
|
||||
"""
|
||||
python_executable = sys.executable
|
||||
|
||||
ret = core.pythonexecutable()
|
||||
assert "pythonexecutable" in ret
|
||||
assert ret["pythonexecutable"] == python_executable
|
||||
|
||||
|
||||
def test_pythonpath():
|
||||
|
|
Loading…
Add table
Reference in a new issue