示例#1
0
 def test_loads_dumps_id(self):
     # Dump/load identity test: Dumping the result from loading a
     # dump should be identical to the original dump.
     assert self.f.dumps() == LTL.loads(self.f.dumps()).dumps()