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 steps towards exporting our typings #430

Merged
merged 7 commits into from
Aug 26, 2023
Merged

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    f6a96ec View commit details
    Browse the repository at this point in the history
  2. Rename HookImplOpts -> HookimplOpts, HookSpecOpts -> `HookspecO…

    …pts`
    
    We already have established types `HookimplMarker`, `HookspecMarker` so
    we should be consistent with the casing.
    
    The types haven't been public in a released version yet so OK to change.
    bluetech committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9538f2a View commit details
    Browse the repository at this point in the history
  3. docs: add HookspecOpts, HookimplOpts to API reference

    The return value of the `pm.parse_hook{spec,impl}_opts` see need to
    document them.
    bluetech committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    de915b0 View commit details
    Browse the repository at this point in the history
  4. Export HookImpl as pluggy.HookImpl

    Used in hook monitoring and in `pm.hook.my_hook.get_hookimpls()`.
    
    Refs pytest-dev#428.
    bluetech committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    739fcd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4c2146 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80a73dc View commit details
    Browse the repository at this point in the history
  7. docs: enable nitpicky mode

    Catch broken references.
    bluetech committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    20b419d View commit details
    Browse the repository at this point in the history