conf_engine.tests.test_options

Module Contents

Functions

test_string_option()

Test default values work and cast to string accordingly.

test_string_option_to_type_constructor()

Verify that all options are passed through to the type constructor.

test_number_option()

Test default values work and cast to int accordingly.

test_number_option_to_type_constructor()

Verify that all options are passed through to the type constructor.

test_boolean_option()

Test default values work and cast to bool accordingly.

test_proper_default()

test_improper_default()

conf_engine.tests.test_options.test_string_option()

Test default values work and cast to string accordingly.

conf_engine.tests.test_options.test_string_option_to_type_constructor()

Verify that all options are passed through to the type constructor.

conf_engine.tests.test_options.test_number_option()

Test default values work and cast to int accordingly.

conf_engine.tests.test_options.test_number_option_to_type_constructor()

Verify that all options are passed through to the type constructor.

conf_engine.tests.test_options.test_boolean_option()

Test default values work and cast to bool accordingly.

conf_engine.tests.test_options.test_proper_default()
conf_engine.tests.test_options.test_improper_default()