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

Enable debug pytest #21228

Merged
merged 19 commits into from
May 16, 2023
Merged

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    d7ff7c5 View commit details
    Browse the repository at this point in the history
  2. Deprecate python logging level setting (microsoft#21083)

    Deprecates the logging level setting. The default for logging level from
    VS Code is Info, so in this PR moved a few items to verbose so that we
    get the same logging experience.
    
    Closes microsoft#20844
    karthiknadig authored and eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5d969cb View commit details
    Browse the repository at this point in the history
  3. Use new logging API for python extension logger and LS logger (micros…

    …oft#21062)
    
    In this PR:
    1. Changes the python extension logging to use LogOutputChannel
    2. Changes the language server logger with LogOutputChannel
    3. Test output channel uses OutputChannel as it needs to show test
    output and not really logging. Also, using logging test output makes it
    pretty much unreadable.
    4. Simplifies logging channel and output channel registration.
    
    We need to do this now to make it easier for new test work to integrate
    with output logging.
    
    For microsoft#20844
    
    This still doesn't get rid of the log level setting.
    karthiknadig authored and eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    82451b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aa470e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99fc82f View commit details
    Browse the repository at this point in the history
  6. enable debug for pytest

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0fbe075 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b02b9c View commit details
    Browse the repository at this point in the history
  8. hitting the breakpoint!

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    391e727 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ff1d7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    481dad0 View commit details
    Browse the repository at this point in the history
  11. fixing debug msg

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ac633c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e218f3 View commit details
    Browse the repository at this point in the history
  13. remove extra prints

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b8c14fe View commit details
    Browse the repository at this point in the history
  14. add rewrite env var

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8cbf42a View commit details
    Browse the repository at this point in the history
  15. Fixing python path

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4570598 View commit details
    Browse the repository at this point in the history
  16. fixing error from before

    eleanorjboyd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0458c1f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    8a37e41 View commit details
    Browse the repository at this point in the history
  2. reformat

    eleanorjboyd committed May 16, 2023
    Configuration menu
    Copy the full SHA
    759fe74 View commit details
    Browse the repository at this point in the history