[Pyunit-interest] Namespace bug in unittest?
Brought to you by:
purcell
|
From: Andrew P. L. <bs...@al...> - 2002-05-05 09:49:38
|
Hi, all, I am having some fairly strange problems with unittest and program state somehow moving between unit tests with no obvious (to me, at least) mechanism to cause it. I have attached the file. It has the unit tests as well as some comments in it. I managed to whittle it down to only 42 lines, but I'm really stuck at this point. My python is: Python 2.2.1 (#1, Apr 18 2002, 01:20:57) [GCC 2.95.3 20010315 (release) [FreeBSD]] on freebsd4 I was hoping that one of the unittest experts could look at it and tell me if I'm doing something truly idiotic or if it really is a bug. Thanks, Andy L. |