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
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
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 problem is that "unittest"
doesn't sup