コード例 #1
0
ファイル: test_application.py プロジェクト: longde123/fmspy
 def tearDown(self):
     config.remove_option('TestApplication', 'name')
     config.remove_option('TestApplication', 'enabled')
     config.remove_section('TestApplication')
コード例 #2
0
ファイル: test_factory.py プロジェクト: Xkeeper/fmspy
        def cleanup(r):
            config.remove_option('TestApplication', 'enabled')
            config.remove_option('TestApplication', 'name')
            config.remove_section('TestApplication')

            return r
コード例 #3
0
ファイル: test_application.py プロジェクト: Xkeeper/fmspy
 def tearDown(self):
     config.remove_option('TestApplication', 'name')
     config.remove_option('TestApplication', 'enabled')
     config.remove_section('TestApplication')