Home
last modified time | relevance | path

Searched refs:config_section (Results 1 – 2 of 2) sorted by relevance

/external/autotest/database/
Ddatabase_connection_unittest.py35 def _get_database_connection(self, config_section=_CONFIG_SECTION): argument
36 if config_section == _CONFIG_SECTION:
38 db = database_connection.DatabaseConnection(config_section)
65 db = self._get_database_connection(config_section=None)
Dmigrate.py101 config_section = self._config_section()
104 _MIGRATIONS_DIRS.get(config_section, _DEFAULT_MIGRATIONS_DIR))