Skip to content

Commit cf78def

Browse files
committed
Add a comment on a fixture
1 parent 85559da commit cf78def

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_quixstreams/test_state/test_rocksdb/test_timestamped.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
@pytest.fixture
1313
def store_type():
14+
# This fixture is indirectly used by the `store_factory` fixture.
15+
# Full dependency chain is:
16+
# `store_type` -> `store_factory` -> `store` -> `transaction`
1417
return TimestampedStore
1518

1619

0 commit comments

Comments
 (0)