Esempio 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')
Esempio n. 2
0
def test_cleanup(name):
    '''Removes all output files which are produced during test execution'''
    tt.remove_f('mem*')
Esempio 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')
Esempio 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')