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