Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks
Overall
score
94%
{
"context": "This evaluation assesses how effectively the engineer uses allure-python-commons utility functions to build test reporting functionality. The focus is on proper usage of uuid4(), now(), func_parameters(), and represent() from the allure_commons.utils module.",
"type": "weighted_checklist",
"checklist": [
{
"name": "UUID Generation",
"description": "Uses uuid4() from allure_commons.utils to generate unique identifiers in create_report_entry()",
"max_score": 25
},
{
"name": "Timestamp Capture",
"description": "Uses now() from allure_commons.utils to capture current timestamp in milliseconds in create_report_entry()",
"max_score": 25
},
{
"name": "Parameter Extraction",
"description": "Uses func_parameters() from allure_commons.utils to extract function parameters with their values in create_report_entry()",
"max_score": 30
},
{
"name": "Value Representation",
"description": "Uses represent() from allure_commons.utils to convert Python objects to string representations in format_parameter_value()",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-allure-python-commonsevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10