I was browsing the Wiki and came upon this page:

        http://wiki.w4py.org/webwareexprefactoring.html

Which talks about Tavis Rudd's version of Webware, refactored to be more modular and with some unit tests implemented. It is dated 2002, and mentions it was written from v0.6 of Webware. Does anybody know the status of it? Did anybody roll the changes back into Webware 8.1 or CVS?

-winston

On Oct 13, 2004, at 11:59 AM, Jason Hildebrand wrote:

On Wed, 2004-10-13 at 09:03, Winston Wolff wrote:
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?

Hi Winston,

This has been brought up before on the list, and there is good agreement
that we'd like to have better tests. I think part of the challenge lies in
refactoring some chunks of WebKit to make it easier to write automated
tests. Currently a lot of the objects rely on the existence of the others,
so it's difficult to test functionality in individual classes; all we can
really do is test the full-blown app server via HTTP (or something). But
even having these tests would be an improvement.


peace,
Jason

--
Jason D. Hildebrand
T: 204 775 1212
E: [EMAIL PROTECTED]



-------------------------------------------------------
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



------------------------------------------------------- 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