Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rust, python): str.contains strict=False took no effect #6950

Merged
merged 7 commits into from
Feb 17, 2023

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    42df4fd View commit details
    Browse the repository at this point in the history
  2. add strict arg to contains

    sorhawell committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    60351b2 View commit details
    Browse the repository at this point in the history
  3. add pytest

    sorhawell committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    16f6dfc View commit details
    Browse the repository at this point in the history
  4. cleanup test

    sorhawell committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0536bb8 View commit details
    Browse the repository at this point in the history
  5. satisfy clippy

    sorhawell committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d125157 View commit details
    Browse the repository at this point in the history
  6. add strict param in a test

    sorhawell committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fd34dd0 View commit details
    Browse the repository at this point in the history
  7. fix integrations tets

    sorhawell committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    310e3b4 View commit details
    Browse the repository at this point in the history