-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Document NUnit in .NET Core Guide > Unit Testing #1785
Comments
I am working on support in the NUnit adapter, although we don't have an issue yet to track adding templates. At the moment, the only way to run NUnit .NET Core tests that have been converted to CSPROJ is to convert them to NUnitLite self-executing tests, but that shouldn't be documented. |
@rprouse Thanks. I'll keep an eye on progress. If this doc is approved later by management, someone will get right on it when you're ready and they pull the trigger. |
Hello @rprouse ... can I ping you for a sec for an update on where things stand? It looks like according to nunit/nunit3-vs-adapter#297 that things aren't quite ready yet. |
@guardrex there have been a few issues reported with the alpha release of the adapter, but nothing serious or consistently reproducible. We actually haven't released a second alpha yet because we haven't found anything serious enough to fix. I have a couple of smaller issues on my plate, so there will likely be an update soon. If the docs are updated, they should probably use a |
@rprouse We're going to hold for just a sec while you get past alpha. I'll keep an 👁️ out. I'm tracking on issue nunit/nunit3-vs-adapter#297. If there's a better spot to monitor for beta landing, let me know, and I'll watch it. |
@guardrex I guess I'd better get off my butt and release a beta then. The other place to track will be the https://github.com/nunit/nunit3-vs-adapter/releases, although you don't get notifications for those. To be honest, except for the version, the documentation won't change. The code is very stable and I won't be changing much. |
@rprouse Thanks for the link. I'll keep an eye on both.
😀 It's more of a fear of changes 👻 than anything else. I think we just want to make sure we dedicate the time and don't get much churn between beta and release when that comes later. Alpha-TO-beta-TO-release ... that whole chain of possible changes is the scary part. I can get to the outline and get that setup soon-ish. This week isn't looking good tho ... early next week perhaps ... but soon. |
@mairaw Working this is going to post-date my tenure on the team, so I'm un-assigning it. Do u want to re-assign? |
@guardrex we have released the 3.8 version of the NUnit adapter. It is no longer pre-release. |
@rprouse 🎉 🎈 🍻 Excellent news! This work will post-date my tenure with the docs team, hence my un-assignment. The least I can do tho is get it off of "blocked" status. This is a priority issue, so they'll get someone on it asap. Thanks for letting us know! ... and congrats on the latest release! The community speaks very highly of NUnit. |
@KathleenDollard Where in the backlog for the CLI is support for |
@KathleenDollard or @BillWagner is there an issue tracking |
Tagging some other folks to see if we have an issue tracking |
dotnet new has support for installing templates from NuGet. In this case I would think that the NUnit team should author and own their own template. |
I am working on these docs. I will submit separate PRs for each language. |
@BillWagner you should be able to close this issue once my three PRs are merged. |
#@VitalyLitvinuk asks on Unit testing with MSTest and .NET Core ...
A doc covering NUnit might be temporarily blocked by nunit/nunit3-vs-adapter#297, and commentary in nunit/nunit3-vs-adapter#308 indicates on-going work.
cc/ @rprouse
[EDIT] Note to self: Add to
dotnet test
topic.The text was updated successfully, but these errors were encountered: