summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep/test_isvalidatom.py
Commit message (Expand)AuthorAgeFilesLines
* Atom: don't allow :slot* syntaxZac Medico2012-09-181-1/+1
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-0/+9
* Tests: test isvalidatom ::repo syntax supportSebastian Luther2010-09-141-87/+129
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-101-2/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+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 test cases for operators with missing version component.Zac Medico2009-09-081-2/+7
* Add test case for * operator with missing =.Zac Medico2009-09-081-0/+1
* simplify atom regex (winning even more performance) and turns it in verboseZac Medico2009-09-081-0/+3
* Fix isvalidatom() to check the 'must not end in' clause from PMS 2.1.2.Zac Medico2009-09-081-2/+11
* Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in packageZac Medico2009-03-261-2/+4
* Add test case for consecutive hyphens.Zac Medico2009-03-251-0/+3
* Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names,Zac Medico2009-03-251-1/+4
* Make isvalidatom() identify empty slot as invalid (missing slot is valid) andZac Medico2009-02-191-0/+1
* Add a test case for the new case which is detected by isvalidatom().Zac Medico2009-02-151-0/+1
* * Add more use dep validation.Zac Medico2008-07-301-2/+7
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-301-6/+9
* Disable the multi-bracket USE deps syntax, so only the comma separated syntaxZac Medico2008-07-281-1/+1
* Implement new conditional USE dep syntax:Zac Medico2008-07-281-0/+5
* * Add support in dep_getusedeps() and isvalidatom() for comma separated USEZac Medico2008-07-281-0/+5
* Add some isvalidatom() test cases with "null" and missing category.Zac Medico2008-05-311-1/+11
* Fix isvalidatom() so tests pass, and add a USE deps case to the tests.Zac Medico2008-05-251-4/+4
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-071-3/+2
* Take marien's advice, turn Skips into Todos for clarity sakeAlec Warner2007-03-071-1/+2
* Update all the unittests to use the new framework, test skipping with isValid...Alec Warner2007-03-061-2/+3
* these will fail nowAlec Warner2007-03-051-3/+4
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
* Make the tests pass.Zac Medico2007-02-031-1/+1
* remove redundant directory nowAlec Warner2007-02-021-0/+38