Part of elisa.core.tests.test_config View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 33 | Method | tearDown | Undocumented |
| 39 | Method | load_config | Load the config from test.conf file |
| 45 | Method | load_default_config | Undocumented |
| 49 | Method | set_test_section | Fill a 'tests' section in the config |
| 59 | Method | test_malformed_config | Create a dumb config file containing formatting errors and |
| 75 | Method | test_import_export | Load test config, write it, load dumped config and compare |
| 86 | Method | test_list_option | Test tuple and list option types |
| 98 | Method | test_int_option | Test integer option type |
| 105 | Method | test_boolean_option | Undocumented |
| 112 | Method | test_string_option | Test string option type |
| 119 | Method | test_section | Check the whole tests section dumped as a dictionnary |
| 127 | Method | test_del_section | Test section removal |
| 136 | Method | test_del_option | Test option removal |
| 146 | Method | test_get_config_dir | Undocumented |
Inherited from ElisaTestCase:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 115 | Method | __init__ | Undocumented |
| 132 | Method | _boot | Undocumented |
| 143 | Method | setUp | Undocumented |
| 146 | Method | check_called | Undocumented |