tests package¶
Subpackages¶
Submodules¶
tests.fixtures module¶
tests.interfaces module¶
tests.test_pipeline_runner module¶
-
class
tests.test_pipeline_runner.
PipelineRunnerTestCase
(methodName='runTest')¶ Bases:
django.test.testcases.TestCase
Tests for the
PipelineRunner
model.-
classmethod
setUpTestData
()¶ Load initial data for the TestCase.
-
test_get_destination_kwarg
()¶
-
test_get_incoming_pipes
()¶
-
test_get_node_inputs
()¶
-
test_has_required_runs_with_no_runs_returns_false
()¶
-
test_has_required_runs_with_partial_runs_returns_false
()¶
-
test_has_required_runs_with_runs_returns_true
()¶
-
test_run
()¶
-
test_run_entry_nodes
()¶
-
test_run_node
()¶
-
classmethod