Message 85432 - Python tracker (original) (raw)

Message85432

Author rbcollins
Recipients gregory.p.smith, michael.foord, pitrou, rbcollins
Date 2009-04-04.21:53:27
SpamBayes Score 0.0023014592
Marked as misclassified No
Message-id 1238882009.47.0.515181840237.issue5679@psf.upfronthosting.co.za
In-reply-to
Content
It should run after tearDown so that teardown can do actions that may require cleanup; because the cleanups run in LIFO you can acquire resources in setUp and have cleanups clean them up,
History
Date User Action Args
2009-04-04 21:53:29 rbcollins set recipients: + rbcollins, gregory.p.smith, pitrou, michael.foord
2009-04-04 21:53:29 rbcollins set messageid: 1238882009.47.0.515181840237.issue5679@psf.upfronthosting.co.za
2009-04-04 21:53:27 rbcollins link issue5679 messages
2009-04-04 21:53:27 rbcollins create