or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/allure-python-commons@2.15.x
tile.json

tessl/pypi-allure-python-commons

tessl install tessl/pypi-allure-python-commons@2.15.0

Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks

Agent Success

Agent success rate when using this tile

94%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.27x

Baseline

Agent success rate without this tile

74%

rubric.jsonevals/scenario-5/

{
  "context": "This criteria evaluates how well the engineer uses allure-python-commons to link tests to external systems like issue trackers and test case management systems. The focus is on correct usage of the @allure.issue() and @allure.testcase() decorators to establish traceability between tests and external resources.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Single Issue Link",
      "description": "Uses @allure.issue() decorator to link a test to a single issue with the correct URL and name parameters",
      "max_score": 25
    },
    {
      "name": "Multiple Issue Links",
      "description": "Uses multiple @allure.issue() decorators on the same test to link to multiple issues with correct URLs and names",
      "max_score": 25
    },
    {
      "name": "Test Case Link",
      "description": "Uses @allure.testcase() decorator to link a test to a test case with the correct URL and name parameters",
      "max_score": 25
    },
    {
      "name": "Combined Links",
      "description": "Correctly combines both @allure.issue() and @allure.testcase() decorators on the same test to link to both an issue and a test case",
      "max_score": 25
    }
  ]
}