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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write .patch files to add @example() decorators for failing test cases #3631

Merged
merged 8 commits into from Apr 30, 2023

Commits on Apr 29, 2023

  1. Clean up coverage invocation

    Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    483fbe8 View commit details
    Browse the repository at this point in the history
  2. Move inquisitor comment

    Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e357659 View commit details
    Browse the repository at this point in the history
  3. Remove u'' prefixes

    This was a holdover from Python 2 -_-
    Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    69bbea2 View commit details
    Browse the repository at this point in the history
  4. Use LibCST native parser

    This allows compatibility with syntax that requires Python 3.9 or later.
    Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f9eb322 View commit details
    Browse the repository at this point in the history
  5. Proposing minor fix

    abdulasiraj authored and Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    82d2e02 View commit details
    Browse the repository at this point in the history
  6. Update pinned dependencies

    Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7b792ce View commit details
    Browse the repository at this point in the history
  7. Fix inquisitor overrun

    This is rather rare, but happened
    Zac-HD committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    b156e74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4cb186 View commit details
    Browse the repository at this point in the history