import os def test_dataset_files(): assert os.path.exists('data/assays.csv') assert os.path.exists('data/samples.csv')