We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0542e19 commit 724290dCopy full SHA for 724290d
2 files changed
tests/test_workflow.py
@@ -4,9 +4,9 @@
4
5
import pytest
6
from cmem_plugin_base.dataintegration.parameter.code import PythonCode
7
+from cmem_plugin_base.testing import TestExecutionContext
8
9
from cmem_plugin_python.workflow import PythonCodeWorkflowPlugin, examples_execute, examples_init
-from tests.utils import TestExecutionContext
10
11
if TYPE_CHECKING:
12
from cmem_plugin_base.dataintegration.entity import Entities
tests/utils.py
0 commit comments