On 10/08/12 21:44, Roman Vashkevich wrote:
Alright, this may sound like a dumb stupid question. I am testing a recursive optimization function that builds a binary tree. I started a hand simulation but the amount of manual work grows exponentially with the amount of function frames. Is there a graphical testing tool for such a task?
This is not a dumb stupid question. It is an advanced question. This is a mailing list for questions about learning the Python language, not general Python-related questions or questions about advanced code testing tools. If you are lucky, *maybe* somebody can answer the question if you give more detail about what you want -- give as an example of your function, the expected input, and the expected output, and perhaps we can give you some ideas. Otherwise, try on the main Python mailing list, [email protected], also available as a Newsgroup comp.lang.python. -- Steven _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
