CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-allure-python-commons

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

94

1.27x
Quality

Pending

Does it follow best practices?

Impact

94%

1.27x

Average score across 10 eval scenarios

SecuritybySnyk

Pending

The risk profile of this skill

Overview
Eval results
Files

criteria.jsonevals/scenario-10/

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

tile.json