Closed mvo5 closed 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().
apt_pkg.config.set()
TestBase.setUp()
The existing tests did a lot of global
apt_pkg.config.set()
calls that are confusing. Instead consolidate all of those insideTestBase.setUp()
.