In a message of Sat, 02 Nov 2002 19:27:40 EST, Itamar Shtull-Trauring writes:
On Sat, 02 Nov 2002 18:35:44 +0100 Anders Hammarquist iko@cd.chalmers.se wrote:
$ python2.2 pyunit/unittest.py twisted.test.test_smtp.AnotherSMTPTestCase.testBuffer---- Running Test: twisted.test.test_smtp.AnotherSMTPTestCase.testBuffer
Please note that Twisted needs to support 2.1 as well, it's recommended you run tests under both 2.1 and 2.2. Though that may be totally unrelated to the issue here.
There shouldn't be any 2.2-specific stuff in there, using 2.2 is just habbit (as the stuff we're using it for needs 2.2). Running the same test using python 2.1 works, so there shouldn't be any major 2.1 incompatibilities ;-)
/Anders
On Sun, 03 Nov 2002 01:54:07 +0100 Anders Hammarquist iko@cd.chalmers.se wrote:
There shouldn't be any 2.2-specific stuff in there, using 2.2 is just habbit (as the stuff we're using it for needs 2.2). Running the same test using python 2.1 works, so there shouldn't be any major 2.1 incompatibilities ;-)
OK, I'll try to figure out what's the problem with the tests if no one else volunteers.