Esempio n. 1
0
 def test_isabs_returns_false(self) :
     instance = Path("/foo")
     self.assertEquals(True,instance.isabs())