-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve test coverage #184
Comments
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 |
I believe this is currently blocked by mbj4668/pyang#325 Due to the way |
The repo is no longer publishing coverage to CodeCov. Currently the Test coverage, after running the tests with 'tox' is:
|
#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: