sapai icon indicating copy to clipboard operation
sapai copied to clipboard

`__eq__` for Pet, Team, Shop, Player

Open alexdriedger opened this issue 3 years ago • 1 comments

The compress / decompress methods provide good ways to check for equality. However, in situations where the objects do not need to be compressed (eg. unit tests), equality methods are an easier way to check for equality. Additionally, this allows == to be used on these objects, which is probably more accessible to newer developers using the library

alexdriedger avatar Feb 01 '22 01:02 alexdriedger