We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have set comparison as opposed to adding +IGNORE_OUTPUT for lines like this one where the order in the output is not fixed:
+IGNORE_OUTPUT
305 >>> res = registry.search(ivoid="ivo://org.gavo.dc/flashheros/q/ssa")[0] 306 >>> res.access_modes() Expected: {'ssa', 'tap#aux', 'datalink#links-1.0', 'web', 'soda#sync-1.0'} Got: {'web', 'ssa', 'soda#sync-1.0', 'tap#aux', 'datalink#links-1.0'} ``
The text was updated successfully, but these errors were encountered:
Maybe access_modes() should return a sorted list? It would be confusing to me as user if the order is non-deterministic.
access_modes()
Sorry, something went wrong.
yeah, I'll cross open a pyvo issue. Still, this maybe a useful feature for doctestplus.
No branches or pull requests
It would be nice to have set comparison as opposed to adding
+IGNORE_OUTPUT
for lines like this one where the order in the output is not fixed:The text was updated successfully, but these errors were encountered: