tox plugin that makes tox use `pyenv which` to find python executables
Overall
score
98%
{
"context": "This criteria evaluates the engineer's understanding of how to configure tox-pyenv through tox.ini configuration files. The evaluation focuses on correctly setting the tox_pyenv_fallback attribute that tox-pyenv reads to control its fallback behavior.",
"type": "weighted_checklist",
"checklist": [
{
"name": "testenv Section Structure",
"description": "Creates tox.ini files with the [testenv] section, which is where tox-pyenv reads its configuration attributes from",
"max_score": 20
},
{
"name": "tox_pyenv_fallback Attribute",
"description": "Correctly sets the tox_pyenv_fallback attribute name (as documented in tox-pyenv) within the [testenv] section with proper INI syntax (attribute = value)",
"max_score": 35
},
{
"name": "Boolean Value Format",
"description": "Uses proper boolean value representation for tox_pyenv_fallback that tox can parse (True/False or true/false), matching the type expected by tox-pyenv's configuration system",
"max_score": 25
},
{
"name": "Configuration Management",
"description": "Implements functions to create, read, and update tox.ini files while maintaining proper INI file structure that tox-pyenv can parse",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-tox-pyenvdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10