{"library":"pytest-azurepipelines","type":"library","category":null,"description":"pytest-azurepipelines is a plugin for the pytest testing framework that enhances its integration with Azure Pipelines. It formats pytest output to improve readability in the Azure Pipelines UI, automatically uploads test results, and integrates with pytest-cov for code coverage reporting. The current version is 1.0.5. Releases appear to be event-driven rather than on a fixed cadence, with significant updates in 2020 and 2022-2023.","language":"python","status":"active","version":"1.0.5","tags":["pytest","azure-pipelines","ci-cd","testing","coverage"],"install":[{"cmd":"pip install pytest-azurepipelines","imports":["def test_example(record_pipelines_property):\n    record_pipelines_property('key', 'value')","import os\n\ndef test_attachment_example(add_pipelines_attachment):\n    # Create a dummy file for attachment\n    file_path = 'temp_attachment.txt'\n    with open(file_path, 'w') as f:\n        f.write('This is an attachment.')\n    add_pipelines_attachment(file_path, 'Temporary Test Data')\n    os.remove(file_path)"]}],"homepage":null,"github":"https://github.com/Azure/pytest-azurepipelines","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pytest-azurepipelines/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.8,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/pytest-azurepipelines/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}