Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Collection of awesome Python resources for testing and generating test data.

## Reporting

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The formatting of this new entry is inconsistent with the rest of the document.

  1. There should be an empty line between the ## Reporting header and the first list item (currently missing).
  2. There should be no empty lines between items in the list (currently there is an empty line between pytest-cloudreport and pytest-html-plus).

Please adjust the spacing to maintain consistency with other sections like ## Assertions or ## Fixtures.

- [pytest-cloudreport](https://github.com/ahmad212o/pytest-cloudreport) - A pytest plugin that automatically detects flaky tests, tracks CI stability over time, and generates a self-contained HTML report with an optional cloud dashboard for team visibility.

- [pytest-html-plus](https://github.com/reporterplus/pytest-html-plus) - Get a self-contained, actionable, easy-to-read single page HTML unified reports summarizing all your test results. Detect flaky tests.

## Rest API Testing
Expand Down