Hi,

Does anyone know how to do a unittest assert for a type? 

So If you have a program returning a Decimal, lets say Decimal("1"), and you 
want to make sure that what is returned is a Decimal object.

At first I thought of importing Decimal and making my own Decimal("1") and 
doing an assertEquals, but this implies I know what the return type is before 
getting it.

Cheers,

T
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to