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