{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"A pytest plugin that exports test results to CSV format with customizable columns, delimiters, and the ability to include test metadata like duration, status, markers, and parameters.","skillfed_tags":["test-reporting","csv-export","abandoned"],"use_cases":["Export test results to CSV for import into spreadsheets or data analysis tools for trend analysis and reporting.","Capture test execution metrics (duration, status, parameters) in a structured format for CI/CD pipeline integration.","Generate test reports that include system and environment information (host, Python version, OS) alongside test outcomes.","Record custom test properties and markers as separate CSV columns for detailed test categorization and filtering.","Automate test result aggregation across multiple test runs for historical tracking and performance monitoring."],"what_it_does":"pytest-csv is a pytest plugin that captures test execution results and writes them to a CSV file instead of (or in addition to) the standard pytest output. It provides fine-grained control over which test metadata columns to include\u2014such as test name, status, duration, markers, parameters, and system information\u2014and allows customization of CSV formatting options like delimiter and quote character.\n\nThe plugin is useful for test result aggregation, reporting, and analysis workflows where you need structured data rather than human-readable console output. It integrates directly into pytest's execution model via command-line flags and supports dynamic column generation through conftest.py hooks, allowing you to record custom properties from individual tests.","worth_installing":"Yes, if you have a stable test suite and need CSV output for reporting or data analysis. No, if you require ongoing maintenance, compatibility with the latest pytest versions, or support for new features\u2014the project is abandoned (last release April 2021) and shows no signs of active development. Evaluate whether your pytest version and Python environment are compatible before committing to it in a new project."},"id":"pytest-csv","links":{"html":"https://skillfed.io/packages/pytest-csv","md":"https://skillfed.io/packages/pytest-csv.md","pypi":"https://pypi.org/project/pytest-csv/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-04-22","license_spdx":null,"license_treatment":"copyleft","name":"pytest-csv","python_support":"unspecified","summary":"CSV output for pytest."},"popularity":{"monthly_downloads":551864,"position":6046,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.0"}
