summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow repository specs for atoms with wildcardsSebastian Luther2010-10-122-0/+20
* Update testGetConfig for 3 wget retries.Zac Medico2010-10-101-1/+1
* Test that SLOT deps don't rebuild multislot.Zac Medico2010-10-061-0/+40
* Mask packages that don't satisfy all atoms.Sebastian Luther2010-10-051-5/+0
* Note curious testBacktrackMissedUpdates() failureZac Medico2010-10-031-1/+8
* Add a backtracking test for 'missed updates'.Zac Medico2010-10-031-0/+34
* Fix spelling of depclean test methods.Zac Medico2010-10-011-2/+2
* Get --exclude to work with --depclean and --pruneSebastian Luther2010-09-282-1/+90
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-271-2/+2
* reposyntax: Remove unneeded special caseSebastian Luther2010-09-261-2/+2
* reposyntax: Let portdbapi.getRepositories return repos sorted by prioritySebastian Luther2010-09-261-7/+7
* reposyntax: Handle the "give me a Package for an ebuild from any repo" case b...Sebastian Luther2010-09-261-1/+1
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-261-1/+7
* reposyntax: Fix ignored slot spec if the same cpv is in several repos with di...Sebastian Luther2010-09-261-6/+5
* reposyntax: Add support all over the placeSebastian Luther2010-09-263-0/+285
* reposyntax: add support in _config/*Sebastian Luther2010-09-261-17/+17
* backtracking: Take all branches in case of slot collisionsv2.2_rc88Sebastian Luther2010-09-262-0/+85
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-251-0/+1
* Add non-essential backslashes for clarity in GetConfigTestCase.Zac Medico2010-09-251-1/+1
* Add test cases for getconfig() bash compatibility with variablesZac Medico2010-09-251-0/+28
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge li...Sebastian Luther2010-09-202-1/+89
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-0/+30
* Optimize ResolverPlayground._create_ebuild_manifests() to use a singleZac Medico2010-09-191-5/+6
* --autounmask: Support license changesSebastian Luther2010-09-172-1/+46
* Make UseFlagDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-0/+31
* Make PortageException __str__ and __unicode__ methods more likeZac Medico2010-09-151-0/+26
* Add tests for DependencyArg __str__ and __unicode__ methods.Zac Medico2010-09-153-0/+53
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-151-1/+1
* Tests: test isvalidatom ::repo syntax supportSebastian Luther2010-09-141-87/+129
* ResolverPlayground: Add multi repo supportSebastian Luther2010-09-142-93/+194
* portage.dep: Add support for ::repo syntax to all functions and classesSebastian Luther2010-09-142-72/+99
* Make IpcDaemonTestCase use a finally block to unlock PORTAGE_BUILDDIR.v2.2_rc82Zac Medico2010-09-141-1/+3
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+1
* Make IpcDaemonTestCase use EbuildBuildDir for lock creation.Zac Medico2010-09-141-4/+14
* Add a new AsynchronousLock class that uses the portage.locks module toZac Medico2010-09-133-0/+31
* Tests: Add use_reduce test case for bug 120374Sebastian Luther2010-09-131-0/+1
* Tests: Add resolver/test_missing_iuse_and_evaluated_atoms to make sure we don...Sebastian Luther2010-09-131-0/+31
* Tests: ebuild/test_config: Make sure -atoms in package.mask work as PMS wants itSebastian Luther2010-09-101-1/+68
* ResolverPlayground: Add ability to create a basic profile and repo configSebastian Luther2010-09-101-6/+24
* Use a longer dependency chain in DepcleanWithDepsTestCase, to makev2.2_rc78Zac Medico2010-09-081-3/+8
* Use RDEPEND for depclean tests since DEPEND is less relevant.Zac Medico2010-09-081-6/+6
* Make ResolverPlayground.run() use try/finally when saving/restoringZac Medico2010-09-081-18/+22
* Adjust DepcleanWithInstalledMaskedTestCase now that bug #332719Zac Medico2010-09-081-1/+2
* Add a note about PORTAGE_PYM_PATH in LazyImportPortageBaselineTestCase.Zac Medico2010-09-081-0/+4
* Make LazyImportPortageBaselineTestCase do a sys.path insert sinceZac Medico2010-09-081-4/+9
* Fix LazyImportPortageBaselineTestCase to export PYTHONPATH to theZac Medico2010-09-081-1/+13
* Tests: Add resolver/test_depcleanSebastian Luther2010-09-082-22/+168
* Make LazyImportPortageBaselineTestCase assert successful exit statusZac Medico2010-09-051-0/+3
* Eliminate portage.env from baseline imports.Zac Medico2010-09-051-1/+1