-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
The testing/test_pluggy.py module is not only a bit long but also overwhelming.
I propose we break up the current organization of as follows:
TestPluginManager -> test_plugin_manager.py
TestAddMethodOrdering -> test_add_method_ordering.py
TestMultiCall -> test_multicall.py
TestHookRelay -> test_hook_relay.py
TestTracer -> test_tracer.py
I personally think it just lends to a better immediate understanding of what tests are available/need to be written around each internal component of the pluggy architecture.
Metadata
Metadata
Assignees
Labels
No labels