From: Sy Ali Date: 2006-05-15T06:58:48+09:00 Subject: Re: Forcing some code to run at the end of tests On 5/14/06, ara.t.howard@noaa.gov wrote: > i'ts simple : they are run in alphabetical order. so, if you name them > > test_000 > test_001 > test_002 > ... > > they are run in 'order'. I wouldn't want to put my non-test code in a test.. it seems wierd. As I understand, tests are not guaranteed to run in any order and while this feature may work right now.. it may be removed in the future.