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