In Visual Studio i right-click on the solution –> Add –> New Project –> NUnit Test Project.
And for whatever reason it doesnt recognise it as part of my solution.
I want to add the NUnit-project to my repository. I am perfectly able to check-in Project.cs which can be seen by the little blue lock-icon. The 2 files are in seperate folders, but if I need move the ProjectTests into the Project-file, what files am I supposed to move exactly. I kinda like the folder-structure as it is now.
The dependencies between the projects are also set up, and I can run the tests just fine.