aboutsummaryrefslogtreecommitdiff
path: root/tests/incite/collections/test_df_collection_thl_marketplaces.py
diff options
context:
space:
mode:
authorMax Nanis2026-08-20 09:30:19 -0700
committerMax Nanis2026-08-20 09:30:19 -0700
commitc6c439970d2167e7afce5f99fef11ab0126162e2 (patch)
tree6d7540d571079bc958516356126a9c6bcc1e992a /tests/incite/collections/test_df_collection_thl_marketplaces.py
parent91dba28268657c41ebbaec1572258b927c5ae24b (diff)
downloadgeneralresearch-c6c439970d2167e7afce5f99fef11ab0126162e2.tar.gz
generalresearch-c6c439970d2167e7afce5f99fef11ab0126162e2.zip
postgresql auto creation into fixtures. simple tests for db conn checks. wrapper fixture for InternalHostnam (pydantic has MultiHost without host attr annoyances)
Diffstat (limited to 'tests/incite/collections/test_df_collection_thl_marketplaces.py')
-rw-r--r--tests/incite/collections/test_df_collection_thl_marketplaces.py2
1 files changed, 1 insertions, 1 deletions
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())