| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #391 +/- ##
======================================
Coverage 63.3% 63.3%
======================================
Files 60 60
Lines 5219 5219
Branches 859 859
======================================
Hits 3304 3304
Misses 1695 1695
Partials 220 220
Continue to review full report at Codecov.
|
Sorry, something went wrong.
Add conditional class skip to pytuple for Travis/PY27 Add individual filters to other tests as needed https://www.amido.com/code/conditional-ignore-nunit-and-the-ability-to-conditionally-ignore-a-test/ http://stackoverflow.com/a/16075029/5208670
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Enables embedded tests on Travis
Does this close any currently open issues?
Closes #224
Any other comments?
Enabling the test exposed a few bugs in PY2/PY3 pythonnet on Linux. I've opened tickets for a couple of them.
I've added the error messages to the tests and a conditional ignore testing. As the issues get fixed, the conditional on the tests can be removed.