summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Make LazyImportPortageBaselineTestCase assert successful exit statusZac Medico2010-09-051-0/+3
* Eliminate portage.env from baseline imports.Zac Medico2010-09-051-1/+1
* Make DoebuildSpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-8/+8
* Make SpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Make LazyImportPortageBaselineTestCase use a PollScheduler instanceZac Medico2010-09-051-6/+6
* Make PipeReaderTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-6/+6
* In IpcDaemonTestCase, assert that process and daemon isAlive() methodsZac Medico2010-09-051-1/+3
* Clean up and simplify PipeReaderTestCase.Zac Medico2010-09-051-29/+12
* Add a test to check what portage submodules are imported by 'import portage',...Zac Medico2010-09-051-0/+56
* In the short timeout test for QueueScheduler.run(), assert that theZac Medico2010-09-031-0/+1
* Add a test case for intentionally short timeout with QueueScheduler.run().Zac Medico2010-09-031-1/+35
* Add support for a timeout argument to QueueScheduler.run() andZac Medico2010-09-031-1/+15
* Fix ResolverPlayground.cleanup() to cleanup the portdbapi instance.Zac Medico2010-08-311-0/+3
* Fix bugs in features_set._prune_overrides() and add another test case.Zac Medico2010-08-301-0/+8
* Add testcase to check that features_set._prune_overrides() is workingZac Medico2010-08-301-1/+8
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-305-5/+5
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-295-8/+6
* config: Avoid copying _license_managerSebastian Luther2010-08-272-16/+7
* Ensure SystemExit is never caught.Zac Medico2010-08-261-0/+4
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-21/+24
* Fix fragile sets config file path handling for for ResolverPlaygroundZac Medico2010-08-251-3/+3
* Use deepcopy for LicenseManger, since I remove clone support from thev2.2_rc69Zac Medico2010-08-241-1/+3
* Use open() instead of file(), for python3.Zac Medico2010-08-241-2/+2
* Tests: Add LicenseManager testsSebastian Luther2010-08-241-0/+68
* ResolverPlayground: Add ability to create config files and setsSebastian Luther2010-08-241-32/+98
* Atom.violated_conditionals: Always treat deps as violated if the flag is not ...Sebastian Luther2010-08-241-0/+8
* _use_dep.{evaluate_conditionals,_eval_qa_conditionals,violated_conditionals}:...Sebastian Luther2010-08-221-24/+24
* portage.dep._use_dep: Rewrite the parser for better readability and speedSebastian Luther2010-08-221-2/+0
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-0/+34
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-201-0/+18
* slot collision handler: Drop solutions that violate REQUIRED_USESebastian Luther2010-08-201-0/+15
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-0/+15
* Add portage.dep.get_required_use_flags to extract the use flags used in a REQ...Sebastian Luther2010-08-201-0/+42
* Fix BinTestCase instances to stop leaving orphan temp dirs.Zac Medico2010-08-193-18/+25
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-20/+16
* Tests: Properly test the circular dep handlerSebastian Luther2010-08-191-15/+38
* Tests: ResolverPlayground: Support checking the suggestions given by the circ...Sebastian Luther2010-08-191-0/+8
* Fix small bug in _show_circular_deps and add some testsSebastian Luther2010-08-181-0/+46
* portage.util.digraph: Raise KeyError in newly added functions. Add tests.Sebastian Luther2010-08-181-0/+201
* extract_affecting_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-0/+2
* Tests: Make sure the ResolverPlayground doesn't ignore DEPENDSebastian Luther2010-08-181-0/+10
* Tests: ResolverPlaygound: change --root-deps parameter to include build time ...Sebastian Luther2010-08-181-1/+1
* check_required_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-0/+18
* paren_reduce: Fix the same bug as in use_reduceSebastian Luther2010-08-181-3/+7
* Revert "Tests: Remove paren_reduce tests"Sebastian Luther2010-08-181-0/+60
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-2/+2
* use_reduce: code cleanupSebastian Luther2010-08-181-4/+7
* Add opconvert test for "|| ( ( A B ) C )".Zac Medico2010-08-181-0/+4
* Fix use_reduce() to correctly handle "|| ( ( A B ) C )", and alsoZac Medico2010-08-181-6/+11
* Add commented test case for a known regression.Zac Medico2010-08-181-0/+3