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
This will help a lot with guiding us on what still needs to be tested.
In the python side of things this should be doable by just a few tweaks to how we install/run nosetests. In the JS side of things I think we'll need to make some changes, since qunit-puppeteer doesn't support getting code coverage out right now. Options for different test runners include:
Basically replicates what I did a while back in
74d0f46 and
f84fa78 (with the slight change
that now the coverage package is installed in setup.py's test
requirements, which is a pretty nifty way to handle this).
Partial progress on biocore#156; still need to finagle things so that we
can get test coverage from the JS tests.
This will help a lot with guiding us on what still needs to be tested.
In the python side of things this should be doable by just a few tweaks to how we install/run nosetests. In the JS side of things I think we'll need to make some changes, since qunit-puppeteer doesn't support getting code coverage out right now. Options for different test runners include:
Thanks @antgonza for the suggestion!
The text was updated successfully, but these errors were encountered: