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-117225: Add color to doctest output #117583

Merged
merged 27 commits into from
Apr 24, 2024

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    2c1108b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27c0a8 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    bb591b6 View commit details
    Browse the repository at this point in the history
  4. Use f-strings

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    42079be View commit details
    Browse the repository at this point in the history
  5. Remove underscores from members of an underscored module

    Co-authored-by: Alex Waygood <[email protected]>
    hugovk and AlexWaygood authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0088579 View commit details
    Browse the repository at this point in the history
  6. Add blurb

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d3034fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39780cb View commit details
    Browse the repository at this point in the history
  8. Revert "Fix whitespace"

    This reverts commit bb591b6.
    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c5aec15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e40133 View commit details
    Browse the repository at this point in the history
  10. Move imports together

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e484465 View commit details
    Browse the repository at this point in the history
  11. Move imports together

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    1c7b025 View commit details
    Browse the repository at this point in the history
  12. Move imports together

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ab2c94c View commit details
    Browse the repository at this point in the history
  13. Revert notests -> no_tests

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    1aaeab8 View commit details
    Browse the repository at this point in the history
  14. Revert "Use f-strings"

    This reverts commit 42079be.
    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    cd02e4a View commit details
    Browse the repository at this point in the history
  15. Fix local tests

    hugovk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    06543ff View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    31c6647 View commit details
    Browse the repository at this point in the history
  2. Fix local tests

    hugovk committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9be3d81 View commit details
    Browse the repository at this point in the history
  3. Less red

    hugovk committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e4ff3e3 View commit details
    Browse the repository at this point in the history
  4. Revert unnecessary changes

    hugovk committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b62500a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb4f8dc View commit details
    Browse the repository at this point in the history
  6. Refactor asserts

    hugovk committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    976bfb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad7a946 View commit details
    Browse the repository at this point in the history
  8. Only move test_colorized_detection_checks_for_environment_variables f…

    …rom test_traceback to test__colorize
    hugovk committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    796e9f2 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Alex Waygood <[email protected]>
    hugovk and AlexWaygood authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    99d4d0c View commit details
    Browse the repository at this point in the history
  10. Use unittest's enterContext

    Co-authored-by: Alex Waygood <[email protected]>
    hugovk and AlexWaygood committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    95b9831 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    d5417b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    ece3ce0 View commit details
    Browse the repository at this point in the history