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

docs(plugin): explain plugin registration #3116

Merged
merged 1 commit into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. docs(plugin): explain plugin registration

    In the legacy branch, the plugin documentation described plugins get
    discovered by being in the same environment. That documentation was not
    ported to the new branch. The doc was originally added by
    hff7143e7c991b1a80e7ec1ea6836ef3a21b5a812
    
    I also wondered how the discoverability works via Pluggy, that is done
    by having the plugin to register a `tox` entry-point which allows tox to
    find the plugin module. Document that.
    
    While writing a plugin, that would have helped me find out how to
    install or enable it when it is indeed automatic (as long as a tox
    entry-point is defined by the plugin).
    hashar committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    655a7b6 View commit details
    Browse the repository at this point in the history