summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use absolute imports instead of relative.Zac Medico2009-03-122-2/+2
* Make _src_uri_validate() identify the || operator as invalid and add aZac Medico2009-03-101-0/+1
* Fix incorrect slice inside _src_uri_validate() and add new test case.Zac Medico2009-03-101-0/+1
* Fix failure exit status. Thanks to Brian Harring.Zac Medico2009-03-061-1/+1
* Add tests for use_reduce() and paren_reduce().Zac Medico2009-03-051-0/+29
* Make KeyValuePairFileLoader store the values as a strings instead of a lists.Zac Medico2009-03-031-1/+1
* Open then temp file in text mode for py3k compatibility.Zac Medico2009-02-271-1/+1
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-2/+1
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-3/+3
* Use os.fdopen() on file descriptors returned from mkstemp().Zac Medico2009-02-272-4/+4
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-3/+5
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-1/+1
* Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k.Zac Medico2009-02-271-1/+4
* Fix test breakage due to change in calling order of AsynchronousTask startZac Medico2009-02-271-5/+7
* Fix a case in which a SRC_URI is incorrectly idendified as invalid, and addZac Medico2009-02-271-0/+1
* Make isvalidatom() identify empty slot as invalid (missing slot is valid) andZac Medico2009-02-191-0/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-1812-12/+12
* Add a test case for the new case which is detected by isvalidatom().Zac Medico2009-02-151-0/+1
* More SRC_URI validation.Zac Medico2008-09-201-0/+3
* Add test cases for SRC_URI validation.Zac Medico2008-09-201-0/+31
* * 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-302-7/+10
* Disable the multi-bracket USE deps syntax, so only the comma separated syntaxZac Medico2008-07-282-3/+2
* 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
* Fix identation (tabnanny complains about this) branches/prefix r11110Zac Medico2008-07-171-1/+1
* * Since can_poll_pty() is unsafe due to he possibility of the poll() callZac Medico2008-07-131-16/+0
* Split out a portage._create_pty_or_pipe() function to avoid duplicate code.Zac Medico2008-07-121-26/+3
* Derive a PtyReaderTestCase from PipeReaderTestCase. This test is expected toZac Medico2008-07-121-3/+52
* Create a test case for the poll loop which uses the loop to read data from aZac Medico2008-07-123-0/+46
* Use bash's built-in echo instead of the actual echo binary since it hasZac Medico2008-06-211-3/+4
* 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
* * Fix dep_getusedeps() test to work with tuples.Zac Medico2008-05-252-4/+5
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-111-4/+17
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-113-5/+4
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-1/+9
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
* test news item filteringAlec Warner2007-09-072-36/+50
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-072-0/+0