NUnit test running

Answered

The test running support works great! But unfortunately, I have to open each file for Racer to detect the tests. Is test discovery expected to work yet?

I didn't see it on the known issues list, so I wanted to double check.

0
3 comments

I think I spoke too soon; I can't reproduce the behavior. It might have been related to how I opened the solution or something else I did at the same time, but it's now behaving as expected.

0

I cant seem to get NUnit (3.5.0 core) working in a very simple test project. What am I missing?

 

Edit: project.json was correct. This works:

 

{
"version": "1.0.0-*",

"dependencies": {
"dotnet-test-nunit": "3.4.0-beta-3",
"NUnit": "3.5.0",
},
"testRunner": "nunit",

"frameworks": {
"netcoreapp1.0": {
"imports": "portable-net45+win8",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"type": "platform"
}
}
}
}
}
0

We apologise to not giving feedback in a proper time. 

This issue related to an old version and now should be resolved. 

Please, contact us if you still have this issue or in case of any other questions or problems. 

Thank you! 

0

Please sign in to leave a comment.