Exemplo n.º 1
0
def tearDown(test):
    shared_tearDown(test)
    os.chdir(test.globs['startdir'])
    shutil.rmtree(test.globs['dir'])
Exemplo n.º 2
0
def tearDown(test):
    os.chdir(test.globs['startdir'])
    shared_tearDown(test)
    test.globs['tempdir'].cleanup()
Exemplo n.º 3
0
def tearDown(test):
    os.chdir(test.globs['startdir'])
    shared_tearDown(test)
    test.globs['tempdir'].cleanup()