Ejemplo n.º 1
0
 def teardown():
     teardown_autokill(module.__name__)
Ejemplo n.º 2
0
def teardown_module():
    teardown_autokill(__name__)
Ejemplo n.º 3
0
def teardown_module():
    teardown_autokill(__name__)
Ejemplo n.º 4
0
def teardown_module(module):
    teardown_autokill(module.__name__)