| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
The tests appear to be failing for the reasons addressed by PR #1260. Applying those changes should make the tests pass. |
Sorry, something went wrong.
There was a problem hiding this comment.
Very nice addition, thank you. If you can just move the test to Python, this is good to go :)
Sorry, something went wrong.
|
@lostmsu My only point was that the test failures are the same as the ones in the current master, and those are due to finalization/deallocation bugs. |
Sorry, something went wrong.
|
Please make this just a normal Python test. You can run pytest from within VisualStudio using our normal APIs (import pytest; pytest.main()) if you want. |
Sorry, something went wrong.
|
Ah, I see that you have already moved the test. Would you be okay with splitting the EmbeddedPythonTest into a separate PR? I think this does have merit, but it's independent of the actual fix here. |
Sorry, something went wrong.
…s a helpful Python error instead of throwing NullReferenceException
Removed unused GenericUtil.GenericsForType. Other code quality improvements.
Added EmbeddedPythonTest with the capability to run any desired Python tests within NUnit.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Fixes #1325
Does this close any currently open issues?
Fixes #1325
Any other comments?
...
Checklist
Check all those that are applicable and complete.