Files
Niall Grant 331ba328f3 [Resolves #570] Improve Stack.__repr__()
Previously, dict and list types were contained within strings in
sceptre.stack.Stack.__repr__(). This commit removes the strings so that
a stack.__repr__() can be used to create a stack using eval().

In order to properly compare stacks a custom `__eq__` and therefore
`__hash__` implementations were added to Stack. Adding a correct `__eq__`
method to Stack allowed testing of Stack objects that were created from
`eval()` of the stack `__repr__`.
2019-01-10 15:24:16 +00:00
..
2018-11-19 19:47:11 +00:00
2017-01-31 21:03:07 +00:00
2017-01-31 21:03:07 +00:00