I\'m using a simple proof-of-concept Fakes nUnit test:
[Test]
public void TestFakes()
{
using (var ctx = ShimsContext.Create())
{
I believe your answer is to use one of following commands:
VSTest.Console.exe UnitTests.dll /UseVsixExtensions
VSTest.Console.exe UnitTests.dll /TestAdapterPath:%LocalAppData%\Microsoft\VisualStudio\12.0\Extensions\
These commands will run fine on dev machines. In case you want to run unit tests on build server, copy nunit test adapter folder to build server and mention that path.