-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Test Framework #7
Comments
Remove http://teamcity.codebetter.com. I'd prefer not to get emails from it anyway. I can tell when the project I'm working on isn't working, when it's not working. |
What do you mean? You don't want to use a build server? Or do you have another build server instance I don't know? |
We currently don't use build servers, but mainly just build the project independently when needed. |
Ok, but we should think about using them. This can avoid "works on my machine" problems. So I think we should swith to another unit-testing framework, that is not that tightly coupled with Visual Studio like MSTest is. I also thought about xUnit.NET. |
Closing after merge. See #9 |
The current build server on http://teamcity.codebetter.com does not support MSTest. There is no build agent having the assemblies installed.
NUnit-Runner is installed and can be used.
The text was updated successfully, but these errors were encountered: