cleder / fastkml

Fast 🌍️ <KML /> processing for python
https://fastkml.readthedocs.io
229 stars 92 forks source link

Test that the __repr__ methods reconstruct the object #351

Closed cleder closed 1 month ago

cleder commented 2 months ago
        new_doc = eval(repr(self.clean_doc), {}, eval_locals)

        assert new_doc == self.clean_doc

Started in repr_eq_test.py

cleder commented 1 month ago

Closing in favour of #374