Skip to content

Fix Pyobject GC Finalize & Enable NUnit Exit Code #365

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

Merged
merged 3 commits into from
Feb 8, 2017

Conversation

vmuriart
Copy link
Contributor

@vmuriart vmuriart commented Feb 8, 2017

What does this implement/fix? Explain your changes.

Fixes random crashes on AppVeyor Embedded tests.
Specifically, fixes crashes when exiting a program.

Does this close any currently open issues?

Closes #364
Closes #262
Maybe #245

Any other comments?

Enables NUNIT's exit code to be part of the success criteria of the tests.
No new tests added since it affected all tests 👍

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change
  • Add yourself to AUTHORS
  • Updated the CHANGELOG

Similar to how `PythonDerivedType` finalizes.

Closes pythonnet#364
Possibly related to pythonnet#245
@codecov-io
Copy link

codecov-io commented Feb 8, 2017

Codecov Report

Merging #365 into master will not impact coverage.

@@           Coverage Diff           @@
##           master     #365   +/-   ##
=======================================
  Coverage   62.72%   62.72%           
=======================================
  Files          61       61           
  Lines        5253     5253           
  Branches      876      876           
=======================================
  Hits         3295     3295           
  Misses       1740     1740           
  Partials      218      218
Impacted Files Coverage Δ
src/runtime/pyobject.cs 22.76% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d82ca28...c954442. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NUnit Embedded tests fail occasionally on Python3 MSTests failing when importing a module with imports
4 participants