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
{{ message }}
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Describe the bug
As of #176, three test modules fail:
test_eutils_xmlfacades_dbsnp.py
test_eutils_xmlfaces_esearchresult.py
test_eutils_xmlfacades_gi.py
To Reproduce
make test
Expected behavior
They should probably be passing with minimal interventions.
Additional context
The equivalent eutils response to the dbSNP test doesn't really look like what the XML facade seems to expect. I suspect the facade might need to be updated.
Describe the bug
As of #176, three test modules fail:
test_eutils_xmlfacades_dbsnp.pytest_eutils_xmlfaces_esearchresult.pytest_eutils_xmlfacades_gi.pyTo Reproduce
make testExpected behavior
They should probably be passing with minimal interventions.
Additional context
The equivalent eutils response to the dbSNP test doesn't really look like what the XML facade seems to expect. I suspect the facade might need to be updated.