summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/resolver/ResolverPlayground.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize ResolverPlayground._create_ebuild_manifests() to use a singleZac Medico2010-09-191-5/+6
* --autounmask: Support license changesSebastian Luther2010-09-171-1/+7
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-151-1/+1
* ResolverPlayground: Add multi repo supportSebastian Luther2010-09-141-86/+185
* ResolverPlayground: Add ability to create a basic profile and repo configSebastian Luther2010-09-101-6/+24
* Make ResolverPlayground.run() use try/finally when saving/restoringZac Medico2010-09-081-18/+22
* Tests: Add resolver/test_depcleanSebastian Luther2010-09-081-22/+55
* Fix ResolverPlayground.cleanup() to cleanup the portdbapi instance.Zac Medico2010-08-311-0/+3
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-1/+1
* config: Avoid copying _license_managerSebastian Luther2010-08-271-1/+6
* Fix fragile sets config file path handling for for ResolverPlaygroundZac Medico2010-08-251-3/+3
* Use open() instead of file(), for python3.Zac Medico2010-08-241-2/+2
* ResolverPlayground: Add ability to create config files and setsSebastian Luther2010-08-241-32/+98
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-20/+16
* Tests: ResolverPlayground: Support checking the suggestions given by the circ...Sebastian Luther2010-08-191-0/+8
* Tests: ResolverPlaygound: change --root-deps parameter to include build time ...Sebastian Luther2010-08-181-1/+1
* Avoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME are unset.Zac Medico2010-08-151-4/+7
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside _load_config()Zac Medico2010-08-151-1/+5
* Tests: ResolverPlayground: more debug stuffSebastian Luther2010-08-121-1/+6
* Tests: ResolverPlayground: add debug option to not supress depgraph outputSebastian Luther2010-08-121-2/+4
* Tests: ResolverPlayground: create world fileSebastian Luther2010-08-121-1/+14
* Tests: Fix typo bug ResolverPlaygroundSebastian Luther2010-08-121-2/+2
* Tests: resolver/ResolverPlayground: Create a proper profileSebastian Luther2010-08-121-1/+24
* Tests: Fix bug in resolver/ResolverPlaygroundSebastian Luther2010-08-121-1/+1
* Tests: resolver/test_slot_collisions: Check for slot_collision_solutionsSebastian Luther2010-08-121-1/+20
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-111-0/+6
* Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman...Sebastian Luther2010-08-111-1/+1
* Tests: add ResolverPlaygroundTestCase and port all resolver tests to itSebastian Luther2010-08-111-13/+71
* Add suitable default PORTAGE_TMPDIR setting.Zac Medico2010-08-101-1/+7
* Try using _emerge.main.setconfig_fallback() to make tests passZac Medico2010-08-101-2/+4
* autounmask: rename _needed_user_config_changes in _needed_unstable_keywords. ...Sebastian Luther2010-08-071-2/+8
* Test: resolver/test_autounmask: Check the suggested use changesSebastian Luther2010-08-071-1/+8
* Tests: resolver/test_autounmask: Remove test that don't test what they were s...Sebastian Luther2010-08-071-0/+1
* autounmask: Add ability to adjust USESebastian Luther2010-08-061-7/+19
* Add a fake _test_ option to myopts that can be used for conditional test code.Zac Medico2010-08-051-0/+3
* Use a ResolverPlayground.cleanup() method to cleanup temporary directories.Zac Medico2010-08-051-0/+4
* Tests: Add resolver/test_eapi (2 tests disabled)Sebastian Luther2010-08-051-0/+4
* Tests: Add resolver/test_simple and the resolver test infrastructureSebastian Luther2010-08-051-0/+190