pytest11
pytest11
entry points are used by pytest to
register pytest plugins. If a project defines a pytest11
entry point
that points to a module containing one or more pytest hook functions, then
once the project is installed, pytest will automatically load the plugin
module and execute its hooks. See the pytest documentation for more
information.