Path widget is conditionnaly tested only when LinguaPlone is present : ``` suite = unittest.TestSuite() if not LinguaPlone: return suite ```
Path widget is conditionnaly tested only when LinguaPlone is present :