summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep
Commit message (Expand)AuthorAgeFilesLines
* test_best_match_to_list: test all permutationsv2.2.0_alpha61Zac Medico2011-10-051-9/+19
* best_match_to_list: order by version numberZac Medico2011-10-031-0/+4
* useflag/dep_re: less strict if eapi NoneZac Medico2011-06-091-1/+1
* test_use_reduce: test empty parens (bug 370565)Zac Medico2011-06-091-1/+3
* use_reduce: disallow empty parensArfrever Frehtes Taifersar Arahesis2011-06-091-3/+3
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-081-2/+2
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
* extract_affecting_use: test bug #363073Zac Medico2011-04-111-0/+3
* Update dates in headers.Zac Medico2011-02-071-1/+1
* paren_reduce: allow parens in atoms, for EAPI 4Zac Medico2011-02-071-0/+2
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-041-1/+11
* check_required_use: clarify operator logicZac Medico2011-02-041-0/+5
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-041-0/+5
* REQUIRED_USE: more display testsZac Medico2011-02-031-0/+10
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-031-1/+16
* REQUIRED_USE: fix parens display and testZac Medico2011-02-031-1/+31
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-031-2/+35
* test_dep_getrepo: fix copyright headerZac Medico2010-12-301-2/+1
* use_reduce: Next try on full reductionSebastian Luther2010-10-151-3/+14
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-151-8/+12
* use_reduce: Add non-working test for bug 340973.Zac Medico2010-10-151-0/+6
* UseReduceTestCase: Show whole string in exceptionZac Medico2010-10-151-3/+6
* use_reduce: Add more tests.Zac Medico2010-10-151-1/+7
* Fix use_reduce + opconvert of "A || ( B C )".Zac Medico2010-10-151-6/+4
* Fix use_reduce + opconvert of "|| ( A B ) C".Zac Medico2010-10-151-16/+10
* Test use_reduce opconvert breakage.Zac Medico2010-10-151-0/+13
* use_reduce: Fully reduce complex || constructs.Sebastian Luther2010-10-151-26/+74
* Add a simpler non-working use_reduce test.Zac Medico2010-10-141-0/+5
* Add non-working use_reduce tests.Zac Medico2010-10-141-0/+14
* Fix use_reduce() case from bug #340973.Zac Medico2010-10-141-6/+5
* Add test case for bug #340973.Zac Medico2010-10-141-1/+7
* Allow repository specs for atoms with wildcardsSebastian Luther2010-10-121-0/+10
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-0/+30
* Tests: test isvalidatom ::repo syntax supportSebastian Luther2010-09-141-87/+129
* portage.dep: Add support for ::repo syntax to all functions and classesSebastian Luther2010-09-142-72/+99
* Tests: Add use_reduce test case for bug 120374Sebastian Luther2010-09-131-0/+1
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-21/+24
* 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 portage.dep.get_required_use_flags to extract the use flags used in a REQ...Sebastian Luther2010-08-201-0/+42
* extract_affecting_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-0/+2
* 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