Skip to content

Add secure-log2test and pytest-conversational#87

Open
golikovichev wants to merge 1 commit into
cleder:mainfrom
golikovichev:add-secure-log2test-pytest-conversational
Open

Add secure-log2test and pytest-conversational#87
golikovichev wants to merge 1 commit into
cleder:mainfrom
golikovichev:add-secure-log2test-pytest-conversational

Conversation

@golikovichev
Copy link
Copy Markdown
Contributor

@golikovichev golikovichev commented May 24, 2026

Adding two more pytest-related Python testing tools, both currently active on PyPI:

  • secure-log2test to Tools section (between pytest-test-observer and teyit): 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-conversational to Testing Frameworks section (between pytest and rut): 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:

  • Document pytest-conversational as a pytest plugin for testing rule-based chatbots and conversational UIs via multi-turn dialogue assertions.
  • Document secure-log2test as a CLI for converting Kibana JSON logs into pytest regression test suites with built-in secret redaction.

@semanticdiff-com
Copy link
Copy Markdown

Review changes with  SemanticDiff

@qodo-code-review
Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 24, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds 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

Change Details Files
Document pytest-conversational as an additional testing framework for conversational UIs.
  • Insert a new bullet describing pytest-conversational immediately after the existing pytest entry in the Testing Frameworks section.
  • Link the new entry to the pytest-conversational GitHub repository.
  • Clarify that the plugin targets rule-based chatbots and conversational UIs, supports multi-turn dialogue assertions, and does not depend on LLMs.
README.md
Document secure-log2test as an additional pytest-related CLI tool.
  • Insert a new bullet describing secure-log2test immediately after the existing pytest-test-observer entry in the Tools section.
  • Link the new entry to the secure-log2test GitHub repository.
  • Describe that the CLI converts Kibana JSON log exports into runnable pytest regression suites and performs Pydantic-based redaction of authorization headers and other secrets at parse time.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown

@llamapreview llamapreview Bot left a comment

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant