Instead of hardcoding a list of supported mixins, we now instead define a base class (or a list thereof) from which mixins might inherit and use inspection to determine the set of mixins each plugin implementation implements. Not only will that reduce the risk of forgetting to add a new mixin to the whitelist, but it will also allow mixins defined by plugins. |
||
|---|---|---|
| .. | ||
| _plugins | ||
| __init__.py | ||
| test_core.py | ||
| test_settings.py | ||
| test_types_blueprint.py | ||
| test_types_settings.py | ||