Exemplo n.º 1
0
def test_cleanup(name):
    '''Removes all output files which are produced during test execution'''
    tt.remove_f('data/out.txt')
    tt.remove_f('data/out.xmi')
Exemplo n.º 2
0
def test_cleanup(name):
    '''Removes all output files which are produced during test execution'''
    tt.remove_f('mem*')
Exemplo n.º 3
0
def test_cleanup(name):
    '''Removes all output files which are produced during test execution'''
    tt.remove_f('data/output_2_operators.txt')
    tt.remove_f('data/output_aggregate.txt')
Exemplo n.º 4
0
def test_cleanup(name):
    '''Removes all output files which are produced during test execution'''
    tt.remove_f('data/out.txt')
    tt.remove_f('data/out2.txt')
    tt.remove_globbing('data/LinearSVC_model.pkl*')
    tt.remove_globbing('data/TfidfVectorizer_model.pkl*')
def test_cleanup(name):
    '''Removes all output files which are produced during test execution'''
    tt.remove_f('data/out.txt')
    tt.remove_f('data/model_KB/d_lemms.json')
    tt.remove_f('data/model_KB/kb_lstm_model.pklz')