fastkml
fastkml copied to clipboard
Test that the __repr__ methods reconstruct the object
new_doc = eval(repr(self.clean_doc), {}, eval_locals)
assert new_doc == self.clean_doc
Started in repr_eq_test.py