Skip to content

Reorganize test classes into modules #32

@goodboy

Description

@goodboy

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions