Beispiel #1
0
 def test_fromString(self):
     m = Placement.fromString("Wd1")
     m = Placement.fromString("Wd1,e2")
     self.assertIsNone(Placement.fromString("dupa"))
     self.assertIsNone(Placement.fromString("W"))
     self.assertIsNone(Placement.fromString("Wa1,"))