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

When possible reuse websocket sessions in tests #12221

Closed
wants to merge 5 commits into from

Commits on Sep 29, 2023

  1. When possible reuse websocket sessions in tests

    This is a minor optimization to open and use a single websocket
    client connection for the duration of the test. API consumers
    (for instance for HA tests) can import the PersistentCtx and
    run setup method with relevant arguments.
    anodos325 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    53d2164 View commit details
    Browse the repository at this point in the history
  2. Add logging

    anodos325 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    068b489 View commit details
    Browse the repository at this point in the history
  3. Prevent auth calls

    anodos325 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    61a6e36 View commit details
    Browse the repository at this point in the history
  4. Fix persistent client

    anodos325 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    523b6f1 View commit details
    Browse the repository at this point in the history
  5. Fix

    anodos325 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    27fa2ad View commit details
    Browse the repository at this point in the history