or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/tox-pyenv@1.1.x
tile.json

tessl/pypi-tox-pyenv

tessl install tessl/pypi-tox-pyenv@1.1.0

tox plugin that makes tox use `pyenv which` to find python executables

Agent Success

Agent success rate when using this tile

98%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.03x

Baseline

Agent success rate without this tile

95%

rubric.jsonevals/scenario-2/

{
  "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
    }
  ]
}