cis_interface.tests package

Submodules

cis_interface.tests.test_backwards module

cis_interface.tests.test_backwards.test_assert_bytes()[source]

Ensure that the proper byte types are identified.

cis_interface.tests.test_backwards.test_assert_unicode()[source]

Ensure that the proper unicode types are identified.

cis_interface.tests.test_backwards.test_bytes2unicode()[source]

Ensure what results is proper bytes type.

cis_interface.tests.test_backwards.test_unicode2bytes()[source]

Ensure what results is proper bytes type.

cis_interface.tests.test_config module

cis_interface.tests.test_config.test_CisConfigParser()[source]

Ensure that get returns proper defaults etc.

cis_interface.tests.test_runner module

class cis_interface.tests.test_runner.TestCisRunner[source]

Bases: object

Tests of the CisRunner class.

test_parseModelYaml()[source]
cis_interface.tests.test_runner.test_create_driver()[source]

Test driver creation w/ and w/o args.

cis_interface.tests.test_runner.test_get_runner()[source]

Use get_runner to start a run.

cis_interface.tests.test_runner.test_import_driver()[source]

Check a few drivers.

cis_interface.tests.test_runner.test_runner_terminate()[source]

Start a runner, then stop it early.

cis_interface.tests.test_tools module

cis_interface.tests.test_tools.test_ipc_queues()[source]

Test list of ipc queues.

cis_interface.tests.test_tools.test_ipcrm()[source]

Test removal of ipc objects.

cis_interface.tests.test_tools.test_ipcrm_queues()[source]

Test removal of ipc queues.

cis_interface.tests.test_tools.test_ipcs()[source]

Test list of ipc objects.

Module contents

Testing things.