noro wrote:

> What is the proper way to test (using unit test) a method that print
> information?
> for example:
> 
> def A(s):
>          print '---'+s+'---'
> 
> and i want to check that A("bla") really print out "---bla---"

http://docs.python.org/lib/module-doctest.html

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to