def test_isdir_returns_true_for_directory(self): metadata = obnamlib.Metadata(st_mode=stat.S_IFDIR) self.assert_(metadata.isdir())