{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/2"}],"enrichment":{"capability":"Generates Markdown test reports from pytest test runs, summarizing pass/fail/skip/error outcomes in a formatted document.","skillfed_tags":["test-reporting","markdown-output"],"use_cases":["Archive test results as Markdown files in CI/CD pipelines for historical tracking and review.","Generate human-readable test summaries to share with non-technical stakeholders or in pull request comments.","Include test reports in documentation or project wikis by embedding the generated Markdown.","Create a lightweight alternative to HTML reports when Markdown is preferred for version control or simplicity."],"what_it_does":"pytest-md is a pytest plugin that converts test results into a Markdown-formatted report. When you run pytest with the `--md` flag and a filename, it generates a summary document listing the number of passed, failed, skipped, xfailed, xpassed, and errored tests, along with a timestamp. The report can optionally include emojis if pytest-emoji is also installed.\n\nThe package is straightforward: it hooks into pytest's reporting system and writes a formatted Markdown file instead of (or alongside) the default terminal output. It's designed for teams that want to archive or share test results in a readable, version-control-friendly format.","worth_installing":"No. The package is abandoned (last update 2020-07-16) and will not receive maintenance or compatibility fixes. While it may still work with older pytest versions, relying on it for new projects risks incompatibility with current and future pytest releases. Consider pytest-html or other actively maintained reporting plugins instead."},"id":"pytest-md","links":{"html":"https://skillfed.io/packages/pytest-md","md":"https://skillfed.io/packages/pytest-md.md","pypi":"https://pypi.org/project/pytest-md/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-07-11","license_spdx":null,"license_treatment":"permissive","name":"pytest-md","python_support":"supports_current","summary":"Plugin for generating Markdown reports for pytest results"},"popularity":{"monthly_downloads":737238,"position":5189,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
