Searched defs:is_successor (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/
H A Dversion.py497 def is_successor(self, other, constraint): member in class:Version
H A Dfmri.py542 def is_successor(self, other): member in class:PkgFmri
/pkg/src/tests/api/
H A Dt_pkglint.py3413 acts differently to the pkg.fmri.PkgFmri is_successor check,
3417 We also include some tests for the standard is_successor
3429 def is_successor(pair): function in function:TestLintEngineInternals.test_lint_fmri_successor
3430 """baseline the standard fmri.is_successor check"""
3433 return new.is_successor(old)
3464 fail_successor = fail_msg.format("{0}", "is_successor")
3472 self.assertTrue(is_successor(pair), fail_successor.format(pair))
3480 self.assertTrue(is_successor(pair), fail_successor.format(pair))
3489 self.assertTrue(is_successor(pair), fail_successor.format(pair))
3498 self.assertTrue(not is_successor(pai
[all...]

Completed in 181 milliseconds