Exemple #1
0
 def tearDown(self):
     config.remove_option('TestApplication', 'name')
     config.remove_option('TestApplication', 'enabled')
     config.remove_section('TestApplication')
Exemple #2
0
        def cleanup(r):
            config.remove_option('TestApplication', 'enabled')
            config.remove_option('TestApplication', 'name')
            config.remove_section('TestApplication')

            return r
Exemple #3
0
 def tearDown(self):
     config.remove_option('TestApplication', 'name')
     config.remove_option('TestApplication', 'enabled')
     config.remove_section('TestApplication')