tom-plugin/tests/test_pipeline.py

8 lines
179 B
Python

from tom_plugin import pipeline
def test_pipeline():
test_id = 'test1'
filename = 'Dummy_Dataset_N_1000.csv'
pipeline.run_on_csv_data(id=test_id, filename=filename)