test for the value in the pythonexecutable grain

This commit is contained in:
Gareth J. Greenaway 2023-10-24 15:53:31 -07:00 committed by Daniel Wozniak
parent 25acf8b929
commit 0518dc06f9

View file

@ -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():