File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2323class TestPlugin (ExecutionHooksBasePlugin ):
2424 """Test plugin for registry testing."""
2525
26+ __test__ = False
2627 description : ClassVar [str ] = "Test plugin for unit tests"
2728
2829 test_param : str = "default"
@@ -31,6 +32,7 @@ class TestPlugin(ExecutionHooksBasePlugin):
3132class TestVOPlugin (ExecutionHooksBasePlugin ):
3233 """Test vo-specific plugin."""
3334
35+ __test__ = False
3436 description : ClassVar [str ] = "Test VO plugin"
3537 vo : ClassVar [Optional [str ]] = "test_exp"
3638
@@ -40,6 +42,7 @@ class TestVOPlugin(ExecutionHooksBasePlugin):
4042class TestSecondVOPlugin (ExecutionHooksBasePlugin ):
4143 """Test plugin for second vo."""
4244
45+ __test__ = False
4346 description : ClassVar [str ] = "Test plugin for second VO"
4447 vo : ClassVar [Optional [str ]] = "exp2"
4548
You can’t perform that action at this time.
0 commit comments