| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report@@ Coverage Diff @@
## master #353 +/- ##
==========================================
+ Coverage 61.55% 62.59% +1.04%
==========================================
Files 61 61
Lines 5264 5264
Branches 885 885
==========================================
+ Hits 3240 3295 +55
+ Misses 1805 1751 -54
+ Partials 219 218 -1
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Fine by me, but I'll try to figure out why it doesn't work with NUnit 3.
Sorry, something went wrong.
|
Same reason it doesn't work with nunit2 either 😄 . The difference is that nunit2 writes out the traceback and releases control back. For example, here you it failed to finalize (but the test itself passed). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Enables embedded unit tests on AppVeyor
Does this close any currently open issues?
Shows failing tests on python3 during finalization but can't reproduce locally. It isn't consistent on AppVeyor either.
Any other comments?
Downgrades nunit to 2.6.4. It can deal better with exceptions that occur during finalize, unit3 just freezes and holds the ci worker until AppVeyor times it out.
Checklist
Check all those that are applicable and complete.