Skip to content

Commit

Permalink
change scope to session
Browse files Browse the repository at this point in the history
  • Loading branch information
malavhs committed Oct 3, 2024
1 parent fa7e47c commit 7c50ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}


@pytest.fixture(scope="module")
@pytest.fixture(scope="session")
def add_models():
# Create Model References to test in Hub
hub_instance = Hub(
Expand Down

0 comments on commit 7c50ee8

Please sign in to comment.