Easiest is if you have Resharper installed you can run then from there.
Otherwise I think the VS test runner should work too.
And in the end, it doesn't really matter, we have both AppVeyor and VSTS running a build on each PR and that will reveal any failing tests as well. We're happy to point you to any problems and help fix!
I just tried to run a test and they were all greyed out and not executing.
After I installed the NUnit 3 Test Adapter Visual Studio extension, I could successfully run the test.
To install into Visual Studio, go to Tools > Extensions and Updates > Online and search for NUnit
Running tests
Is there any documentation or guidance for running the tests locally?
I've made a change to fix an issue but want to verify I haven't broken anything else first!
This is against the dev-v7 branch.
Easiest is if you have Resharper installed you can run then from there.
Otherwise I think the VS test runner should work too.
And in the end, it doesn't really matter, we have both AppVeyor and VSTS running a build on each PR and that will reveal any failing tests as well. We're happy to point you to any problems and help fix!
Perfect, thanks - that works :)
Might be worth adding this to the Contributing guidelines?
I just tried to run a test and they were all greyed out and not executing. After I installed the NUnit 3 Test Adapter Visual Studio extension, I could successfully run the test.
To install into Visual Studio, go to Tools > Extensions and Updates > Online and search for NUnit
is working on a reply...