common.tests package

Submodules

common.tests.test_file_helpers module

class common.tests.test_file_helpers.TestFileHelpers(methodName='runTest')[source]

Bases: TestCase

run_atomic_write_func(atomic_write_func)[source]
test_atomic_write_in_dir()[source]

common.tests.test_numpy_fast module

class common.tests.test_numpy_fast.InterpTest(methodName='runTest')[source]

Bases: TestCase

test_correctness_controls()[source]

common.tests.test_params module

class common.tests.test_params.TestParams(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_get_bool()[source]
test_params_all_keys()[source]
test_params_get_block()[source]
test_params_get_cleared_manager_start()[source]
test_params_non_ascii()[source]
test_params_put_and_get()[source]
test_params_two_things()[source]
test_params_unknown_key_fails()[source]
test_put_bool_non_blocking_with_get_block()[source]
test_put_non_blocking_with_get_block()[source]
test_remove_not_there()[source]

common.tests.test_simple_kalman module

class common.tests.test_simple_kalman.TestSimpleKalman(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_getter_setter()[source]
update_returns_state()[source]

Module contents