diff --git a/tests/test_parse.py b/tests/test_parse.py index af9bba9..15955d7 100644 --- a/tests/test_parse.py +++ b/tests/test_parse.py @@ -61,7 +61,9 @@ def __eq__(self, other): return ( + # Don't check code self.value == other.value + and self.type == other.type and self.location.file == other.location.file and self.location.line == other.location.line and self.location.column == other.location.column