evalquiz_pipeline_server.tests.pipeline_execution package
Submodules
evalquiz_pipeline_server.tests.pipeline_execution.test_pipeline_execution module
- class evalquiz_pipeline_server.tests.pipeline_execution.test_pipeline_execution.IncInternalPipelineModule[source]
Bases:
InternalPipelineModule
Test InternalPipelineModule that increments an integer value.
evalquiz_pipeline_server.tests.pipeline_execution.test_pipeline_executor module
- class evalquiz_pipeline_server.tests.pipeline_execution.test_pipeline_executor.TestInternalPipelineModule(pipeline_module: PipelineModule, split: bool = False, merge: bool = False)[source]
Bases:
InternalPipelineModule
- evalquiz_pipeline_server.tests.pipeline_execution.test_pipeline_executor.pipeline_executor() PipelineExecutor [source]