In reference to my previous post about collectively running unit tests, I thought I would offer this ReSharper tip.
ReSharper’s unit test runner is just plain awesome. Why MSTests don’t work like that by default astounds me…and is enough reason for me not to use them (although there are several more). One option you have for aggregating which tests you want to run in a single session is to right click on the folder that contains their source, right click and either Run or Debug them.
I’m looking for a way to run unit tests in all open documents, but haven’t found that one yet.

Don’t Make Me Do »« ReSharper Tip of the Day: Change a Type to Match a Return Type