[Orbit-python-list] Re: TestSuite2 (v0.01)
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-05-28 04:50:04
|
> I'm testing it in the meantime, but just so you guys can feed me back on > how awful it is. I'm off home now! It's really pretty good. :) Please remove the float test unless you can get it to work. It's annoying to report a failure when it's not really O-P's fault. :) I'd like to see tests for servants by delegation and user exceptions too. (There's probably lots of other stuff missing, but these two are just what I thought of off the top of my head. Is it also possible to verify failures? Certain things should generate certain exceptions, and that needs to be verified. For example, calling an orb function without initializing it should raise BAD_INV_ORDER, or passing bad values to objects should raise BAD_PARAM, and so on. Otherwise, it's an excellent start. Also, is there a way to iterate over a particular test, like in Roland's test suite? It's quite useful for checking for leaks. Jason. |