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