Skip to content
Snippets Groups Projects
Commit b791433c authored by Stefano Borini's avatar Stefano Borini
Browse files

Renamed plugins from test to dummy to prevent autodiscovery problems

parent 9dad11b5
No related branches found
No related tags found
1 merge request!28Renamed core plugins to dummy to prevent accidental discovery by test runners.
Showing
with 1 addition and 1 deletion
...@@ -3,6 +3,6 @@ from force_bdss.api import BaseExtensionPlugin ...@@ -3,6 +3,6 @@ from force_bdss.api import BaseExtensionPlugin
from .kpi_adder.kpi_adder_bundle import KPIAdderBundle from .kpi_adder.kpi_adder_bundle import KPIAdderBundle
class TestKPICalculatorPlugin(BaseExtensionPlugin): class DummyKPICalculatorPlugin(BaseExtensionPlugin):
def _kpi_calculator_bundles_default(self): def _kpi_calculator_bundles_default(self):
return [KPIAdderBundle()] return [KPIAdderBundle()]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment