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

gh-106368: Increase Argument Clinic CLI test coverage #107156

Merged
merged 11 commits into from
Jul 24, 2023

Commits on Jul 23, 2023

  1. pythongh-106368: Increase Argument Clinic CLI test coverage

    Instead of hacking into the Clinic class, use the Argument Clinic tool
    to run the ClinicWholeFileTest test suite.
    erlend-aasland committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    12c0dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09e416 View commit details
    Browse the repository at this point in the history
  3. Fix converters test

    erlend-aasland committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f9d637b View commit details
    Browse the repository at this point in the history
  4. Split test_external in two

    test_external: run clinic on clinic.test.c
    
    test_no_change: check that dest is left unchanged if content does not change
    erlend-aasland committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9f617de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39ee0eb View commit details
    Browse the repository at this point in the history
  6. Test verbose mode

    erlend-aasland committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a3f505e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff6a33c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update Lib/test/test_clinic.py

    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    erlend-aasland and sobolevn authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e97414c View commit details
    Browse the repository at this point in the history
  2. Update Lib/test/test_clinic.py

    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    erlend-aasland and sobolevn authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e048663 View commit details
    Browse the repository at this point in the history
  3. Pull in main

    erlend-aasland committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8791822 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4adb70 View commit details
    Browse the repository at this point in the history