summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert r15161 so 12.2.5 is greater than 12.2b once again. Depending on how youZac Medico2010-01-041-4/+4
* More cases.Zac Medico2010-01-041-0/+3
* Add some more cases for versions with letter suffixes.Zac Medico2010-01-041-0/+3
* Add test cases for cvs versions.Zac Medico2010-01-041-0/+3
* Fix vercmp so 1b > 1 and add corresponding tests.Zac Medico2010-01-041-0/+3
* Revert vercmp() behavior so 12.2b > 12.2.5 which was accidentally changed inZac Medico2010-01-041-2/+4
* Add test cases for implicit .0 at end of version.Zac Medico2010-01-041-0/+3
* Add some tests related to bug #287848.Zac Medico2009-12-301-3/+9
* Use ImportError handling to import _TextTestResult which moved fromZac Medico2009-12-091-57/+8
* Copy the unittest._TextTestResult class from python-2.6 since it's beenZac Medico2009-12-071-6/+60
* Add a test case which simply compiles all modules, useful for testing syntaxZac Medico2009-11-233-0/+23
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-141-4/+5
* Fix binTestsInit() to use correct values for PORTAGE_BIN_PATH andZac Medico2009-09-271-6/+9
* Use explicit imports instead of *.Zac Medico2009-09-272-2/+2
* Use mkdtemp() instead of hardcoded pym/portage/tests/bin/root directory.Zac Medico2009-09-271-16/+26
* Remove unused imports.Zac Medico2009-09-252-4/+0
* Fix length calculation so it doesn't assume the length of the encodedZac Medico2009-09-251-3/+4
* Add a test case for this issue: http://bugs.python.org/issue5334Zac Medico2009-09-252-1/+45
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+2
* Show an appropriate error message in _create_pty_or_pipe() if openpty()Zac Medico2009-09-241-5/+5
* Add a test case for http://bugs.python.org/issue5380 and mark it as 'todo'Zac Medico2009-09-241-0/+22
* Fix test case for recent changes.Zac Medico2009-09-241-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-213-3/+3
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* 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
* 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
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-212-8/+7
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-1711-26/+32
* Test the edge case.Zac Medico2009-08-171-0/+3
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-171-4/+17
* Use realpath to resolve __file__ when searching for test inside main().Zac Medico2009-08-061-1/+1
* Remove odd os.getcwd() call used inside main() when searching for tests.Zac Medico2009-08-061-1/+1
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-221-1/+1
* Fix imports broken by splitting of _emerge/__init__.py.Zac Medico2009-06-221-1/+3
* Add some really big integers to the vercmp tests.Zac Medico2009-05-161-1/+3
* 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
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-1/+2