You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Maybe I'm doing something wrong, but I can't run any tests from Foxtroct/UnitTests project (VS2013, tried both - VS Test Runner and R#).
All of them are failing with an error: "Can't find the TestResults directory!!!" at RewrittenContractTests.cs:89.
AssemblyInitialize method should not use Directory.CurrentDirectory but should use context property of type TestContext to grab all the required information about TestResults folders etc.