Message96189
| Author | awaltman |
|---|---|
| Recipients | awaltman |
| Date | 2009-12-10.02:20:53 |
| SpamBayes Score | 2.6802795e-08 |
| Marked as misclassified | No |
| Message-id | <1260411656.89.0.306552268984.issue7465@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Not sure if this is intended behavior. I have a baseClass I'm writing tests for. My test architecture has an instance of this baseClass assigned as a member of TestBaseClass(unittest.TestCase) in TestBaseClass.setUp. The problem occurs when tests in TestBaseClass modify state within the member baseClass instance. I think there should be a fresh new instance of baseClass for every test that gets run, but the old state from the last test is still there. Example code and output from Python 2.6.2 attached. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-12-10 02:20:56 | awaltman | set | recipients: + awaltman |
| 2009-12-10 02:20:56 | awaltman | set | messageid: <1260411656.89.0.306552268984.issue7465@psf.upfronthosting.co.za> |
| 2009-12-10 02:20:55 | awaltman | link | issue7465 messages |
| 2009-12-10 02:20:54 | awaltman | create | |