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