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

More typing work #7418

Merged
merged 8 commits into from
Jun 27, 2020
Merged

More typing work #7418

merged 8 commits into from
Jun 27, 2020

Commits on Jun 25, 2020

  1. Replace yield_fixture -> fixture in internal code

    `yield_fixture` is a deprecated alias to `fixture`.
    bluetech committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f00bec2 View commit details
    Browse the repository at this point in the history
  2. recwarn: improve return type annotation of non-contextmanager pytest.…

    …warns
    
    It returns the return value of the function.
    bluetech committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    4d813fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653c83e View commit details
    Browse the repository at this point in the history
  4. recwarn: type annotate pytest.deprecated_call

    Also improve its documentation.
    bluetech committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    142d896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f8f472 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97a1172 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    256a5d8 View commit details
    Browse the repository at this point in the history
  8. hookspec: remove unused hookspec pytest_doctest_prepare_content()

    It's been unused for 10 years at lest from bb50ec8.
    bluetech committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f382a6b View commit details
    Browse the repository at this point in the history