What is the state of unit tests for Webware? I know that each kit (WebKit, MiddleKit, etc) has a Testing folder, but they don't seem to be automated unit tests. It seems to me that automated tests will be necessary for Webware to develop further, e.g. to make a 0.9 release, or to move over to this WSGI thing. Would people agree?

If they agree, does anybody have any suggestions for how to write a unit test that tests the app server? Just off the top of my head, it seems like we might have to have a test case that starts the appserver in setUp(), and then proceeds with the tests in a different thread. Or perhaps we can launch the appserver and tell it to immediately run a particular servlet that contains our tests.

-winston



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to