Add tests for thin manifests
[portage.git] / pym / portage / tests / ebuild / test_config.py
2011-09-12 Sebastian LutherAdd tests for thin manifests
2011-05-17 Zac MedicoUpdate timestamps in headers of modified files.
2011-05-16 Sebastian LutherEnable --autounmask by default
2010-10-29 Zac MedicoFix LazyItemsDict.__deepcopy__() for python 2.7.
2010-09-27 Sebastian Lutherreposyntax: add support in _config/*
2010-09-21 Zac MedicoFix ConfigTestCase.testLicenseManager() breakage from...
2010-09-15 Sebastian LutherResolverPlayground: Add multi repo support
2010-09-10 Sebastian LutherTests: ebuild/test_config: Make sure -atoms in package...
2010-08-31 Zac MedicoFix bugs in features_set._prune_overrides() and add...
2010-08-31 Zac MedicoAdd testcase to check that features_set._prune_override...
2010-08-27 Sebastian Lutherconfig: Avoid copying _license_manager
2010-08-24 Zac MedicoUse deepcopy for LicenseManger, since I remove clone... v2.2_rc69
2010-08-24 Sebastian LutherTests: Add LicenseManager tests
2010-08-21 Zac MedicoAdd a wrapper around config.features that provides...