summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep
Commit message (Expand)AuthorAgeFilesLines
...
* _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
* Add commented test case for a known regression.Zac Medico2010-08-181-0/+3
* portage.dep.use_reduce: Add token_class parameterSebastian Luther2010-08-161-4/+25
* portage.dep.use_reduce: More comments and better error messagesSebastian Luther2010-08-161-0/+1
* portage.dep.use_reduce: Better error messagesSebastian Luther2010-08-161-1/+6
* portage.dep.use_reduce: Better validation of use flags in use conditionalsSebastian Luther2010-08-161-4/+35
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-142-18/+88
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-142-15/+79
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-131-3/+12
* Define basestring for python3.Zac Medico2010-08-131-0/+4
* Implement use dependency defaultsSebastian Luther2010-08-132-84/+259
* portage.dep.extract_affecting_use: Don't raise if atom is not in dep stringSebastian Luther2010-08-121-4/+4
* Add portage.dep.extract_affecting_use()Sebastian Luther2010-08-121-0/+70
* Fix testsSebastian Luther2010-08-111-1/+1
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-111-0/+93
* Tests: Remove paren_reduce testsSebastian Luther2010-08-101-60/+0
* Tests: More portage,dep.Atom testsSebastian Luther2010-08-101-1/+29
* Tests: Add tests for portage.dep.dep_opconvertSebastian Luther2010-08-101-1/+13
* Tests: add dep/testStandalone. Test small functions here. Currently: cpvequal...Sebastian Luther2010-08-101-0/+50
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-101-36/+0
* portage.dep.use_reduce: Add is_src_uri and allow_src_uri_file_renamesSebastian Luther2010-08-101-2/+53
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-102-6/+3
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-17/+219
* portage.dep.paren_reduce: Remove redundant bracketsSebastian Luther2010-08-101-1/+15
* portage.dep: Rewrite paren_reduce and add testsSebastian Luther2010-08-101-0/+46
* Tests: dep/testAtom: add test for Atom.violated_conditionals()Sebastian Luther2010-08-081-0/+50
* Fix ExtendedAtomDict so get() and __getitem__() behave consistently,Zac Medico2010-07-261-1/+1
* extended atom syntax: Allow wildcards in all placesSebastian Luther2010-07-243-3/+25
* portage.dep._use_dep: better validation, enable all testsSebastian Luther2010-07-231-2/+2
* Test: Add dep/test_best_match_to_listSebastian Luther2010-07-231-0/+43
* Tests: dep/test_match_from_list: Complete rewriteSebastian Luther2010-07-231-21/+17
* Tests: Extend dep/testAtom.py and add test cases for wildcards Two failing te...Sebastian Luther2010-07-231-7/+51
* Remove all svn $Id keywords.Zac Medico2010-03-2411-11/+0
* Add more test cases.Zac Medico2009-09-141-0/+3
* Simplify the _pkg regex and fix validation for some cases by using theZac Medico2009-09-141-0/+6
* Add tests for the Atom class.Zac Medico2009-09-121-0/+42
* Fix bad assumptions.Zac Medico2009-09-121-20/+15
* Fix poor assumptions.Zac Medico2009-09-121-6/+9
* Fix bugs and poor assumptions.Zac Medico2009-09-121-7/+5
* Add test cases for operators with missing version component.Zac Medico2009-09-081-2/+7