P
paul koelle
Hi,
I try to use the "failUnlessRaises()" method from unittest.TestCase as
follows:
where IntegrityError is an Exception somewhere deep inside pysqlite.
Running it spits out:
Do I really need to tell unittest about each and every possible
Exception it might catch. Whats going on here?
python 2.2.3 on linux 2.6.7
thanks
Paul
I try to use the "failUnlessRaises()" method from unittest.TestCase as
follows:
where IntegrityError is an Exception somewhere deep inside pysqlite.
Running it spits out:
Do I really need to tell unittest about each and every possible
Exception it might catch. Whats going on here?
python 2.2.3 on linux 2.6.7
thanks
Paul