Re: [Webware-devel] Re: [Webware-discuss] automated test suite, your thoughts?

2004-12-13 Thread Winston Wolff
Hi Jason- Your base AutomatedTestCase looks great. I will plan to use it for our new project. Who is this Geoff person, and how to I contact him to get CVS access? -winston On Dec 9, 2004, at 9:24 AM, Jason Hildebrand wrote: On Mon, 2004-12-06 at 10:04 -0500, Winston Wolff wrote: So to accomp

[Webware-devel] Re: automated test suite, your thoughts?

2004-12-13 Thread Winston Wolff
Below is a list of all the tests that I've found in the current CVS version of Webware. UserKit, WebUtils, and TaskKit have some automated test extending unittest.TestCase. But they also have some non-automated test. MiddleKit has a bunch of automated tests, but they don't extend unittest. The

[Webware-devel] Remove MiscUtils/unittest.py?

2004-12-13 Thread Winston Wolff
Can anybody think of a good reason to have an alternate version of unittest.py in MiscUtils, since it is included in Python already? It's been standard since Python 2.1. I propose we remove MiscUtils/unittest.py since it is confusing things to have two versions of unittest. Also, regarding ti

Re: [Webware-devel] UserKit has 10 failures?

2004-12-13 Thread Mark Phillips
On Dec 13, 2004, at 5:23 PM, Winston Wolff wrote: Are other people getting failures if they run this? I get 10 failures out of 23 tests. cd Webware/UserKit/Tests/ python Test.py -winston The notes in the UserKit source say that it is unfinished. If the tests were written before