PySnooper/tests/test_depth_inf
Elijah Qi 70f69a5cb7 Add infinite depth support for function call tracing
This commit adds a new feature that enables infinite depth support for function call tracing in pysnooper. The test_infinite_depth_support test case has been added to verify the correct behavior of the feature. The test case covers the case of tracing a recursive function call with unlimited depth and checks the output against the expected values. The feature works by setting the depth parameter to float('inf') in the pysnooper.snoop function.
2023-04-15 23:46:27 -04:00
..
__init__.py add test_depth_inf 2023-04-15 22:57:04 -04:00
factorial.py add test_depth_inf 2023-04-15 22:57:04 -04:00
test_depth_inf.py Add infinite depth support for function call tracing 2023-04-15 23:46:27 -04:00