From e045b1d3b5a8617a0b4b732cdb19a19b1afbf46a Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 17 Jul 2025 15:19:05 +0900 Subject: [PATCH] Add docstring for pytest file dict helpers --- tests/unit/iterator_handling/test_dict_helpers.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/unit/iterator_handling/test_dict_helpers.py b/tests/unit/iterator_handling/test_dict_helpers.py index 9edc942..da973e7 100644 --- a/tests/unit/iterator_handling/test_dict_helpers.py +++ b/tests/unit/iterator_handling/test_dict_helpers.py @@ -1,3 +1,7 @@ +""" +tests for corelibs.iterator_handling.dict_helpers +""" + import pytest from typing import Any from corelibs.iterator_handling.dict_helpers import mask