You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#164 is now nearly finished; there is only one file left, tests/xpath/00_pathhelper_base.py, and the actual efficacy of the tests is starting to become a little more evident. Overall, they're pretty good, but there definitely needs to be some improvement to help with efforts, such as Python 3 compatibility.
As of now, here is the current coverage of the tests:
Codecov is reporting slightly less code coverage. I'm not entirely sure why the discrepancy. But this will give a good ruler for identifying the need here. https://codecov.io/gh/robshakir/pyangbind
Due to the way pyang is built, and these tests execute, we are currently unable to measure the coverage of the plugin itself, only the library which gets imported by the generated bindings.
#164 is now nearly finished; there is only one file left,
tests/xpath/00_pathhelper_base.py
, and the actual efficacy of the tests is starting to become a little more evident. Overall, they're pretty good, but there definitely needs to be some improvement to help with efforts, such as Python 3 compatibility.As of now, here is the current coverage of the tests:
The text was updated successfully, but these errors were encountered: