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

            return r
Exemplo n.º 3
0
 def tearDown(self):
     config.remove_option('TestApplication', 'name')
     config.remove_option('TestApplication', 'enabled')
     config.remove_section('TestApplication')