Closed Jordan-Dennis closed 1 year ago
I think that this is a good idea. What I will do is implement and __eq__
method for each of the classes and then implement the pytest-diff
so that I can simplify my testing logic.
I no longer believe that this is necessary.
Hi all, This just makes it easier to write custom
diff
s forpytest
. Adiff
is what is printed when a comparison fails. I know that thejax
arrays format badly so I am creating this issue to remind myself that this could be useful. Regards Jordan.