wickman / pystachio

type-checked dictionary templating library for python
MIT License
91 stars 22 forks source link

Choice with container equality #37

Closed tomtwttr closed 4 years ago

tomtwttr commented 4 years ago

To reproduce:

c = C([1, 2, 3])
assert c == C([1, 2, 3])

Expected: Should be true Result: Raises an exception