-
Notifications
You must be signed in to change notification settings - Fork 467
Add unit and spread tests for the .NET (v2) plugin #5534
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
base: feature/dotnet
Are you sure you want to change the base?
Add unit and spread tests for the .NET (v2) plugin #5534
Conversation
@mateusrodrigues, I just did a big update to |
8b3c1aa
to
18c71f0
Compare
5be0900
to
48df665
Compare
* Remove the `dotnet-unregistered` spread test, which no longer applies. * Add a `dotnet-hello` spread tests that builds a simple Hello World .NET snap with the new .NET (v2) plugin. * Remove the `test_application_dotnet_not_registered` test and add `core24` test cases to the `test_application_dotnet_registered` test, since the .NET plugin is now available on core24 and later.
48df665
to
6b19ab1
Compare
@mr-cal thanks, I rebased and fixed test failures, all checks are green now. Marking this as ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
5e9848e
to
f0ef178
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
make lint
?make test
?dotnet-unregistered
spread test, which no longer applies now that there is a new .NET plugin registered for core24.test_application_dotnet_not_registered
test and addedcore24
test cases to thetest_application_dotnet_registered
test, since the .NET plugin is now available oncore24
and later.dotnet-hello
spread test that builds a simple Hello World .NET snap using the new .NET (v2) plugin to the already existingbuild-and-run-hello
test suite.