Skip to content

Commit

Permalink
removed setup
Browse files Browse the repository at this point in the history
NikkiBytes committed Jun 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9022617 commit 3e1a6ef
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/tests/test_metakg.py
Original file line number Diff line number Diff line change
@@ -7,15 +7,14 @@
from admin import refresh_metakg, consolidate_metakg, refresh_has_metakg

# setup fixture
@pytest.fixture(autouse=True, scope="module")
def setup_fixture():
reset()
# refresh index
refresh()

refresh_metakg()
consolidate_metakg()
refresh_has_metakg()
# @pytest.fixture(autouse=True, scope="module")
# def setup_fixture():
# reset()
# # refresh index
# refresh()
# refresh_metakg()
# consolidate_metakg()
# refresh_has_metakg()

class TestMetaKGEndpoint(BiothingsWebAppTest):
def test_metakg_endpoint(self):

0 comments on commit 3e1a6ef

Please sign in to comment.