conf_engine.tests.test_options
¶
Module Contents¶
Functions¶
Test default values work and cast to string accordingly. |
|
Verify that all options are passed through to the type constructor. |
|
Test default values work and cast to int accordingly. |
|
Verify that all options are passed through to the type constructor. |
|
Test default values work and cast to bool accordingly. |
|
- 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()¶