-
Notifications
You must be signed in to change notification settings - Fork 748
Upgrade NUnit to 3.6 #371
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
Upgrade NUnit to 3.6 #371
Conversation
do you mean this warning? https://ci.appveyor.com/project/pythonnet/pythonnet/build/master-377/job/rpml92u11q1k5kl8#L484 |
That one. |
Codecov Report
@@ Coverage Diff @@
## master #371 +/- ##
==========================================
+ Coverage 63.18% 63.19% +0.01%
==========================================
Files 61 61
Lines 5239 5239
Branches 876 876
==========================================
+ Hits 3310 3311 +1
Misses 1709 1709
+ Partials 220 219 -1
Continue to review full report at Codecov.
|
Fixed the aforementioned coverage issue. @filmor did you still want to upgrade to NUnit3? |
NUnit3/OpenCover behavior changed. Filter removes coverage from Embedded test files by focusing only on types of Python.Runtime.*
What does this implement/fix? Explain your changes.
Since the embedded unit tests have been patched we can re-upgrade to
NUnit3
from @filmor .Does this close any currently open issues?
N/A
Any other comments?
On
v.2.x
of NUnit I'm noticing that the tests finish and hang for ~40 seconds before releasing control. onv3.x
it gives some warnings but I'm not sure if thats related.Personally I'm indifferent to prefer
v2.x
since it released control and occasionally print the traceback that was key to figuring the old problem out. But since that looks to be solved, I don't have a strong argument.