File size: 129 Bytes
93cf243
 
 
 
 
 
1
2
3
4
5
6
7
import os


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