I've setup a Visual Studio Online account and chose Git for source control. I'm using NUnit and Moq for my Unit tests and I have my solution in Visual Studio 2013.
When CI kicks in the tests never run, instead I get the following warning
"No test found. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again."
I'm a bit lost here, I have no idea how to setup the "test discoverers & executors" etc.
What I did try was to add nunit and moq as custom assemblies as described here. That did not work.