fastkml icon indicating copy to clipboard operation
fastkml copied to clipboard

Test that the __repr__ methods reconstruct the object

Open cleder opened this issue 1 year ago • 0 comments

        new_doc = eval(repr(self.clean_doc), {}, eval_locals)

        assert new_doc == self.clean_doc

Started in repr_eq_test.py

cleder avatar Sep 21 '24 23:09 cleder