tests.core.analytical_module package

Submodules

tests.core.analytical_module.test_fehlbergrungekutta module

class tests.core.analytical_module.test_fehlbergrungekutta.TestFehlbergRungeKutta(methodName='runTest')[source]

Bases: TestCase

Tests for the FehlbergRungeKutta class.

test_fehlbergrungekutta5()[source]

Tests the FRK5 method.

test_fehlbergrungekutta6()[source]

Tests the FRK6 method.

test_fehlbergrungekutta7()[source]

Tests the FRK7 method.

test_fehlbergrungekutta8()[source]

Tests the FRK8 method.

tests.core.analytical_module.test_nuclear_decay module

class tests.core.analytical_module.test_nuclear_decay.TestNuclearDecay(methodName='runTest')[source]

Bases: TestCase

Tests for the NuclearDecay class.

test_equation()[source]

Test of nuclear decay differential equation.

test_equation_analytical()[source]

Test of nuclear decay analytical solution.

test_get_nuclei()[source]

Test of getting nuclei value.

test_get_tau()[source]

Test of getting tau value.

test_init()[source]

Test to check constructor while creating the object.

test_set_nuclei()[source]

Test of setting nuclei value.

test_set_tau()[source]

Test of setting tau value.

tests.core.analytical_module.test_rungekutta module

class tests.core.analytical_module.test_rungekutta.TestRungeKutta(methodName='runTest')[source]

Bases: TestCase

Tests for the RungeKutta class.

test_rungekutta1()[source]

Tests the RK1 method.

test_rungekutta2()[source]

Tests the RK2 method.

test_rungekutta3()[source]

Tests the RK3 method.

test_rungekutta4()[source]

Tests the RK4 method.

test_rungekutta5()[source]

Tests the RK5 method.

test_rungekutta6()[source]

Tests the RK6 method.

tests.core.analytical_module.test_statistics module

class tests.core.analytical_module.test_statistics.TestStatistics(methodName='runTest')[source]

Bases: TestCase

Tests for the Statistics class.

test_max()[source]

Test for finding maximal value in a list.

test_mean()[source]

Test for finding mean value from all elements of list.

test_min()[source]

Test for finding minimal value in a list.

Module contents