コード例 #1
0
ファイル: config_test.py プロジェクト: switters72/grr
 def testHandlesEmptySection(self):
     self._assertHandlesConfig({"section": {}},
                               config_plugin.ApiGetConfigResult())
コード例 #2
0
ファイル: config_test.py プロジェクト: switters72/grr
 def testHandlesEmptyConfig(self):
     self._assertHandlesConfig(None, config_plugin.ApiGetConfigResult())