Following the guide mentionned here: Using MSTest with F# I managed to successfully run my unit tests.
我很想知道,是否有任何人试图并成功地同时进行测试?
感谢!
编辑:
So I ended up deleting all solution items, removing the C# test project cleaned solution. Readded a new C# test project with Local.testsettings (I had Debug.testsettings and Release.testsettings - adding Local.testsettings manually hadn t fixed the problem). Fixed - running 5 tests in parallel.