Add secure-log2test and pytest-conversational#87
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds two new pytest-related tools to the README, keeping alphabetical ordering within their respective sections: the pytest-conversational plugin under Testing Frameworks and the secure-log2test CLI under Tools. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Auto Pull Request Review from LlamaPReview
Review Status: Automated Review Skipped
Dear contributor,
Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.
Analysis Result:
PR only contains documentation changes (1 files)
Technical Context:
Documentation changes typically include:
- Markdown/RST file updates
- API documentation
- Code comments
- README updates
- Documentation in /docs directory
- License and contribution files
We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.
Best regards,
LlamaPReview Team
There was a problem hiding this comment.
Code Review
This pull request updates the README.md file by adding two new Python testing tools to the list: pytest-conversational, a plugin for testing rule-based chatbots, and secure-log2test, a CLI tool for converting Kibana log exports into pytest regression suites. I have no feedback to provide.
Adding two more pytest-related Python testing tools, both currently active on PyPI:
secure-log2testto Tools section (betweenpytest-test-observerandteyit): a CLI that converts Kibana JSON log exports into runnable pytest regression suites with redaction of authorization headers and other secrets at parse time.pytest-conversationalto Testing Frameworks section (betweenpytestandrut): a pytest plugin for testing rule-based chatbots and conversational UIs through multi-turn dialogue assertions, with no LLM dependency.Both entries placed alphabetically within their section. Same author as #85 (postman2pytest).
Summary by Sourcery
Add new pytest-related tools to the README testing resources list.
New Features: