Esempio n. 1
0
File: tests.py Progetto: maqwqa/pymm
 def test_write_file(self):
     mm = MindMap()
     mm.writefile('test_write.mm')
Esempio n. 2
0
File: tests.py Progetto: maqwqa/pymm
 def test_read_file(self):
     mm = MindMap()
     mm.readfile('../docs/input.mm')
     self.assertTrue(mm)
     self.assertTrue(mm.getroot())
     mm.writefile('input_2.mm')