Re: dynamic unittest
Hello Peter, thanks a lot. I've overlooked this simple way to create the right closure. -- Oleg -- http://mail.python.org/mailman/listinfo/python-list
Re: dynamic unittest
Oleg Paraschenko wrote: > Hello, > > I decided to re-use functionality of "unittest" module for my purposes. > More precisely, I have a list of folders. For each folder, code should > enter to the folder, execute a command and assert the output. It's > reasonable to use "unittest" here, but the