tests package

Submodules

tests.fixtures module

tests.interfaces module

class tests.interfaces.Addition(x: float, y: float)

Bases: object

calculate()dict
class tests.interfaces.Division(dividend: float, divisor: float = 2.0)

Bases: object

run()dict
class tests.interfaces.DivisionResults(results: dict)

Bases: object

class tests.interfaces.NormCalculation(x, order: str = None)

Bases: object

determine_order()
normalize()
class tests.interfaces.Power(base: float, exponent: float)

Bases: object

run()dict

tests.test_pipeline_runner module

class tests.test_pipeline_runner.PipelineRunnerTestCase(methodName='runTest')

Bases: django.test.testcases.TestCase

Tests for the PipelineRunner model.

setUp()

For more information see unittest’s setUp() method.

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()

tests.test_settings module

Module contents