test_present assumes executable `python` exists
When running the tests on an environment with only python3, and no alias python
, test_present
fails because test.resources
contains
# TryExec that should exist
python_desktop = """[Desktop Entry]
Name=Python
Comment=Dynamic programming language
Exec=python
TryExec=python
Type=Application
"""