I use resharper pluggin to run tests. So, here is what is being done to make them ok (I know this is not a good idea, but I have a special case :))
Resharper orders the tests in alphabetical order for a given function file.
So, I called the scripts with prefixes 1,2,3, etc. according to the order I want them to run.
Dirty but ok if you are desperate;)
source
share