Skip to content

Commit

Permalink
study test
Browse files Browse the repository at this point in the history
  • Loading branch information
hesspnnl committed Jan 6, 2025
1 parent 05a54be commit 5db8474
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nmdc_notebook_tools/test/test_study.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
from nmdc_notebook_tools.study import Study


def test_find_study_by_attribute():
st = Study()
stu = st.find_study_by_attribute(
"name",
"Deep subsurface shale carbon reservoir microbial communities from Ohio and West Virginia",
)


def test_find_study_by_filter():
st = Study()
stu = st.find_study_by_filter(
'{"name":"Deep subsurface shale carbon reservoir microbial communities from Ohio and West Virginia"}'
)

0 comments on commit 5db8474

Please sign in to comment.