File diff 7f4f7163ae31 → 8457949f27d4
roles/wsgi_website/molecule/default/tests/test_default.py
Show inline comments
 
@@ -496,9 +496,9 @@ def test_website_enabled(host, config_file, expected_content):
 

	
 

	
 
@pytest.mark.parametrize("python_path, expected_version", [
 
    ("/var/www/parameters-mandatory/virtualenv/bin/python", "Python 3"),
 
    ("/var/www/parameters-optional.local/virtualenv/bin/python", "Python 3"),
 
    ("/var/www/parameters-paste-req/virtualenv/bin/python", "Python 3"),
 
    ("/var/www/parameters-mandatory/virtualenv/bin/python", "Python 3.9.2"),
 
    ("/var/www/parameters-optional.local/virtualenv/bin/python", "Python 3.9.2"),
 
    ("/var/www/parameters-paste-req/virtualenv/bin/python", "Python 3.9.2"),
 
])
 
def test_python_version_in_virtualenv(host, python_path, expected_version):
 
    """