Hey all,

What are thoughts about implementing an object-compare function in the
unittest package? (Compare two objects recursively, attribute by
attribute.) This seems like a common use case in many testing scenarios,
and there are many 3rd party solutions solving the same problem. (Maybe we
can promote standardization by implementing it in the standard library?)

Apologies ahead of time if this idea has already been proposed; I was not
able to find similar posts in the archive.

Best,
-Henry
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/WL6I6RWJAP4QMYFGDGMKRBYYGVMRDXZC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to