From c6c439970d2167e7afce5f99fef11ab0126162e2 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Thu, 20 Aug 2026 09:30:19 -0700 Subject: postgresql auto creation into fixtures. simple tests for db conn checks. wrapper fixture for InternalHostnam (pydantic has MultiHost without host attr annoyances) --- tests/incite/collections/test_df_collection_thl_marketplaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/incite/collections/test_df_collection_thl_marketplaces.py') diff --git a/tests/incite/collections/test_df_collection_thl_marketplaces.py b/tests/incite/collections/test_df_collection_thl_marketplaces.py index 8ce8acc..981f62e 100644 --- a/tests/incite/collections/test_df_collection_thl_marketplaces.py +++ b/tests/incite/collections/test_df_collection_thl_marketplaces.py @@ -28,7 +28,7 @@ def combo_object(): ], ["5min", "6H", "30D"], ): - yield x + yield from x @pytest.mark.parametrize("df_coll, offset", combo_object()) -- cgit v1.2.3