Home
last modified time | relevance | path

Searched refs:installed_but (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/dnf/dnf-4.9.0/tests/
H A Dtest_remove.py52 tests.support.installed_but(self.base.sack, "pepper"))
58 new_set = tests.support.installed_but(self.base.sack, "librita", "pepper")
H A Dtest_upgrade_to.py36 new_set = tests.support.installed_but(self.sack, "pepper").run()
H A Dtest_distsync.py36 packages = tests.support.installed_but(self.sack, "pepper", "librita").run()
H A Dtest_downgrade.py54 new_set = tests.support.installed_but(self.base.sack, "tour") + [new_pkg]
H A Dtest_reinstall.py56 new_set = tests.support.installed_but(self.sack, "pepper")
H A Dsupport.py129 def installed_but(sack, *args): function