NASA_OSDR / tests /test_dataset_files.py
anz2's picture
add first version of dataset files.
93cf243
import os
def test_dataset_files():
assert os.path.exists('data/assays.csv')
assert os.path.exists('data/samples.csv')