It seems to me that the right way to deal with this is to extend the
capabilities of the testing scheme so that it is able to handle sets,
not only lists.

-1

The testing scheme (the doctests part at least) is text-based. What about

sage: tested_function() # random order
set([1, 5, 7, -3, 2, 6])
sage: tested_function() == set([1, 5, 7, -3, 2, 6])
True

+1

Nick

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to