summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Use ResolverPlayground for it's config instance, so that we don'tZac Medico2010-08-061-2/+6
* autounmask: Add ability to adjust USESebastian Luther2010-08-064-12/+155
* Add a test case for lazyimport._preload_portage_submodules().Zac Medico2010-08-053-0/+16
* Add a fake _test_ option to myopts that can be used for conditional test code.Zac Medico2010-08-051-0/+3
* Use a ResolverPlayground.cleanup() method to cleanup temporary directories.Zac Medico2010-08-053-8/+20
* Tests: Add resolver/test_eapi (2 tests disabled)Sebastian Luther2010-08-053-3/+103
* Tests: Add resolver/test_simple and the resolver test infrastructureSebastian Luther2010-08-054-0/+224
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+2
* Tests: add sets/base/testInternalPackageSetSebastian Luther2010-07-273-0/+61
* 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
* portage.tests.TestCase: Add assertRaisesMsg() from pkgcoreSebastian Luther2010-07-231-0/+17
* lafilefixing: Use .replace() instead of the broken regex to update the contentsSebastian Luther2010-07-181-0/+11
* Make lafilefixer handle files in binary mode, in order to avoid potentialZac Medico2010-07-121-97/+97
* Let emerge fix .la filesSebastian Luther2010-07-123-0/+134
* Automatically add PORTAGE_BIN_PATH to the front of PATH.Zac Medico2010-04-221-0/+7
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-113-11/+11
* Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-2446-46/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-1/+1
* Remove unused print_function.Zac Medico2010-03-011-2/+0
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2/+3
* 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