{"library":"pytest-azurepipelines","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)"]}]}