mvo5 / unattended-upgrades

Automatic installation of security upgrades on apt based systems
GNU General Public License v2.0
285 stars 77 forks source link

test: remove global `apt_pkg.config.set()` settings in tests #329

Closed mvo5 closed 2 years ago

mvo5 commented 2 years ago

The existing tests did a lot of global apt_pkg.config.set() calls that are confusing. Instead consolidate all of those inside TestBase.setUp().