This chapter explores the standard pytest output and introduces two plugins, pytest-md and pytest-md-report, that enhance reporting capabilities by generating markdown reports. It discusses their features and functionalities, including markdown table formatting and customization options.
pytest's standard output has improved significantly, offering percentages, test file details, and test case results.
pytest-md generates markdown reports summarizing test results (pass/fail/skip).
pytest-md supports verbose output with more details and emojis.
pytest-md's last update was in 2019, but it still functions well with newer Python versions.