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

(fixtures): Replace fixture represenation with a class #12473

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    7ddbb21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c29f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7deb205 View commit details
    Browse the repository at this point in the history
  4. Update AUTHORS

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fd36bc1 View commit details
    Browse the repository at this point in the history
  5. chore: add changelog entry

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7bed41a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c742e7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58a9c4f View commit details
    Browse the repository at this point in the history
  8. chore: update changelog

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    720ae62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e754aee View commit details
    Browse the repository at this point in the history
  10. refactor: remove unused code

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    49ea982 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fd395e View commit details
    Browse the repository at this point in the history
  12. docs: fix docstring

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3656b07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bb6d02 View commit details
    Browse the repository at this point in the history
  14. chore: update changelog

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8ac0c65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    020e47b View commit details
    Browse the repository at this point in the history
  16. refactor: remove unused code

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    06983c1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    547f96e View commit details
    Browse the repository at this point in the history
  18. docs: update docstring

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    35a2442 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ae74a10 View commit details
    Browse the repository at this point in the history
  20. docs: ignore FixtureFunctionDefinition from docs

    This is an internal class users don't need to know about it.
    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    198f7f3 View commit details
    Browse the repository at this point in the history
  21. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    405a500 View commit details
    Browse the repository at this point in the history
  22. Update changelog/11525.improvement.rst

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
    Glyphack and webknjaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5dbe126 View commit details
    Browse the repository at this point in the history
  23. Update src/_pytest/fixtures.py

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
    Glyphack and webknjaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bfbe177 View commit details
    Browse the repository at this point in the history
  24. Update src/_pytest/fixtures.py

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
    Glyphack and webknjaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c3c803f View commit details
    Browse the repository at this point in the history
  25. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    217d343 View commit details
    Browse the repository at this point in the history
  26. Update src/_pytest/compat.py

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
    Glyphack and webknjaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    43776fc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2cb4dd3 View commit details
    Browse the repository at this point in the history
  28. fix: check TypeError raised

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bc0a0e5 View commit details
    Browse the repository at this point in the history
  29. test: remove redundant test

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    71c9581 View commit details
    Browse the repository at this point in the history
  30. Fix tests

    Glyphack committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    00ba195 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7a84381 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    3d7416c View commit details
    Browse the repository at this point in the history
  2. Remove get_real_func loop

    Glyphack committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    71b3fe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6318c9 View commit details
    Browse the repository at this point in the history