Improve handling for overriding extractors with plugins (#5916)
* Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan
This commit is contained in:
parent
8c53322cda
commit
e756f45ba0
5 changed files with 40 additions and 17 deletions
|
|
@ -24,3 +24,5 @@ if not _LAZY_LOADER:
|
|||
|
||||
globals().update(_PLUGIN_CLASSES)
|
||||
_ALL_CLASSES[:0] = _PLUGIN_CLASSES.values()
|
||||
|
||||
from .common import _PLUGIN_OVERRIDES # noqa: F401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue