Make recursive node deletion truly recursive
Before it only deleted the first level of nodes below the specified list, which was not what the parameter `recursive` conveyed to the user.
Showing
tests/tests_common.py
0 → 100644
This diff is collapsed.
Please register or sign in to comment