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

Add pytest-lazyfixture stubs #5745

Merged
merged 15 commits into from
Jul 9, 2021
Merged

Commits on Jul 9, 2021

  1. Add pytest-lazyfixture stubs

    This change will add stubs for pytest-lazyfixture. It is particual useful for projects which type their tests and use pytest-lazyfixture.
    The included functions and classes are the scope which can be considered documented by the module. Any other function is related to pytest hook implementations and are normally not called by an user.
    
    Please note, that if a user uses 'pytest.lazy_fixture' these stubs will not work. As recommneded in TvoroG/pytest-lazy-fixture#51 the package needs to imported directly.
    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    89cebd5 View commit details
    Browse the repository at this point in the history
  2. Add missing types

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6627be6 View commit details
    Browse the repository at this point in the history
  3. Rename

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    12aa864 View commit details
    Browse the repository at this point in the history
  4. Rename 2

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9d066a6 View commit details
    Browse the repository at this point in the history
  5. Add getattr

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b96fa2a View commit details
    Browse the repository at this point in the history
  6. Use overload

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ef33080 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4781f8 View commit details
    Browse the repository at this point in the history
  8. fix

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    29579eb View commit details
    Browse the repository at this point in the history
  9. Merge branch 'pytest-lazyfixture-stubs' of github.com:kasium/typeshed…

    … into pytest-lazyfixture-stubs
    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8058b04 View commit details
    Browse the repository at this point in the history
  10. Fix

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    dc0bf19 View commit details
    Browse the repository at this point in the history
  11. fix

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a7814ee View commit details
    Browse the repository at this point in the history
  12. Update stubs/pytest-lazyfixture/pytest_lazy_fixture.pyi

    Co-authored-by: Akuli <akuviljanen17@gmail.com>
    kasium and Akuli committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8ea0666 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91e8c33 View commit details
    Browse the repository at this point in the history
  14. Rename folder

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    fe6153d View commit details
    Browse the repository at this point in the history
  15. Rename file

    kasium committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    927bb40 View commit details
    Browse the repository at this point in the history