Skip to content

Commit 46e34c5

Browse files
Update aikido_zen/sinks/tests/builtins_import_test.py
Co-authored-by: Hans Ott <hansott@hotmail.be>
1 parent 8b8cb4a commit 46e34c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aikido_zen/sinks/tests/builtins_import_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def recursive_get_package(name):
3030

3131

3232
def test_recursive_package_store(monkeypatch):
33+
"""Test that recursive imports during package scanning don't cause max recursion depth errors."""
3334
PackagesStore.clear()
3435
monkeypatch.setattr(PackagesStore, "get_package", recursive_get_package)
3536

0 commit comments

Comments
 (0)