tests.core.controller package

Submodules

tests.core.controller.test_controller module

class tests.core.controller.test_controller.TestController(methodName='runTest')[source]

Bases: TestCase

Tests for the Controller class.

test_calculate()[source]

Tests the calculate() method with default values.

test_calculate_analytical()[source]

Tests the calculate_analytical() method with default values and custom time period.

test_compare()[source]

Tests the method that compares RK and FRK results with analytical solution.

test_init()[source]

Test chosen attribute from controller class.

test_initialize()[source]

Tests method to initialize new data.

Module contents