ignore cell 15 pyemma test#1022
Conversation
|
@dwhswenson Do you have any list of functionality that you want to have tested via this notebook? (So I might exchange this notebook with proper unit-tests if I run into this when I have some more time) |
Codecov Report
@@ Coverage Diff @@
## master #1022 +/- ##
=======================================
Coverage 81.17% 81.17%
=======================================
Files 139 139
Lines 15143 15143
=======================================
Hits 12292 12292
Misses 2851 2851 Continue to review full report at Codecov.
|
I would be very much in favor of converting this to proper unit tests. Also something I just haven't had time to do (it's less of a headache to just re-run when I wake up to a failing test.) It looks to me like the notebook basically tests the following:
I suspect that actually putting that stuff into the real unit tests will make a decent bump in test coverage, because I suspect that a lot of the stuff tested here is what never gets covered anywhere else. (Of course, it's also stuff that will be removed in 2.0.) |
Similar to #1018 , I know the drill by now.
Today py2.7 failed with:
This also ignores that cell