PySnooper/tests
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
..
mini_toolbox Get rid of six, for reals 2021-02-27 11:04:37 +02:00
samples Show colored output 2022-01-14 20:36:54 +02:00
test_depth_inf Add infinite depth support for function call tracing 2023-04-15 23:46:27 -04:00
test_multiple_files Show colored output 2022-01-14 20:36:54 +02:00
test_utils Add support for Ansible zipped source files (#226) 2022-04-02 17:58:48 +03:00
__init__.py Add indentation tests with new assert_sample_output 2019-05-11 09:38:09 +03:00
test_chinese.py Show colored output 2022-01-14 20:36:54 +02:00
test_infinite_depth_support.py Add infinite depth support for function call tracing 2023-04-15 23:46:27 -04:00
test_mini_toolbox.py Fix bug in OutputCapturer 2020-05-05 14:18:18 +03:00
test_not_implemented.py Show colored output 2022-01-14 20:36:54 +02:00
test_pysnooper.py Add support for Ansible zipped source files (#226) 2022-04-02 17:58:48 +03:00
utils.py Make tests compatible with Python 3.10 2021-05-19 11:21:58 +03:00