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: 1 addition & 1 deletion cafy_pytest/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
if not (LOGSTASH_PORT or LOGSTASH_SERVER) and CLS ==1 :
CLS = 0


# Testing Do not merge
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P3 Badge Remove test-only comment from production plugin

The newly added # Testing Do not merge marker appears to be an accidental test artifact rather than durable documentation; leaving it in a shared plugin module adds misleading maintenance noise and suggests the code path is not intended for release even though it is now part of the committed runtime. This should be removed (or replaced with a meaningful explanatory comment) to avoid future confusion.

Useful? React with 👍 / 👎.

setattr(pytest,"allure",Cafy)


Expand Down