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

chore: add typing hints to pytest components #1478

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2024

  1. refactor: make CONSOLE logging level labgrid-specific

    Add this logging level without changing Python’s internal logging module.
    This maintains architectural integrity and clarifies that the level is labgrid-specific.
    
    Signed-off-by: Rainer Poisel <[email protected]>
    rpoisel committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8f23ffe View commit details
    Browse the repository at this point in the history
  2. refactor: use typing hints where possible in pytest plugin

    Signed-off-by: Rainer Poisel <[email protected]>
    rpoisel committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2639dc5 View commit details
    Browse the repository at this point in the history
  3. chore: ruff format and lint test_fixtures.py

    Signed-off-by: Rainer Poisel <[email protected]>
    rpoisel committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    50fdc83 View commit details
    Browse the repository at this point in the history
  4. test: add typing hints to fixtures tests

    Signed-off-by: Rainer Poisel <[email protected]>
    rpoisel committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    fb97862 View commit details
    Browse the repository at this point in the history
  5. docs: update CHANGES.rst file to mention typing hints in pytest compo…

    …nents
    
    Signed-off-by: Rainer Poisel <[email protected]>
    rpoisel committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9fcd05e View commit details
    Browse the repository at this point in the history
  6. test: add pytester based tests for the pytest labgrid fixtures

    Signed-off-by: Rainer Poisel <[email protected]>
    rpoisel committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    200d915 View commit details
    Browse the repository at this point in the history