summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/util
Commit message (Collapse)AuthorAgeFilesLines
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-121-3/+4
|
* test_digraph: fix bfs for PYTHONHASHSEED=randomZac Medico2012-05-121-4/+39
|
* test_stackLists: fix for PYTHONHASHSEED="random"Zac Medico2012-05-121-2/+2
|
* test_getconfig: add case for bug #410625Zac Medico2012-04-031-1/+25
|
* Use 'wget' instead of /usr/bin/wget everywhere.Zac Medico2011-12-081-1/+1
| | | | This reduces the amount of patching needed for prefix installs.
* test_uniqueArray.py: fix 'is' usage PyPy incompatZac Medico2011-12-011-3/+3
|
* Execute tests bundled with the whirlpool module.Zac Medico2011-10-041-0/+16
|
* Fix a typo in a comment.Zac Medico2011-07-011-1/+1
|
* varexpand: remove escaped newline charactersZac Medico2011-07-011-3/+5
| | | | This fixes a regression reported in bug 365033, comment #14.
* varexpand: handle backslashes like more like bashZac Medico2011-06-281-1/+32
| | | | | | | | | For backslash expansion, this function used to behave like echo -e, but that's not needed for our purposes. We want to behave like bash does when expanding a variable assignment in a sourced file, in which case it performs backslash removal for \\ and \$ but nothing more. This will fix bash compatibility for the case reported in bug #365033.
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
|
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-021-5/+5
|
* Fix tests for ssh/sftp FETCHCOMMANDs.v2.2.0_alpha4Zac Medico2010-11-041-2/+2
|
* Update testGetConfig for 3 wget retries.Zac Medico2010-10-101-1/+1
|
* 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
| | | | from make.globals.
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+2
|
* portage.util.digraph: Raise KeyError in newly added functions. Add tests.Sebastian Luther2010-08-181-0/+201
|
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-112-7/+7
|
* Remove all svn $Id keywords.Zac Medico2010-03-248-8/+0
|
* Fix test case for recent changes.Zac Medico2009-09-241-1/+1
| | | | svn path=/main/trunk/; revision=14397
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-2/+1
| | | | svn path=/main/trunk/; revision=14078
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-071-0/+0
| | | | svn path=/main/trunk/; revision=7748
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
| | | | svn path=/main/trunk/; revision=6913
* Fix the varexpand quotes tests since quotes are no longer removed by this ↵Zac Medico2007-05-131-2/+2
| | | | | | function. svn path=/main/trunk/; revision=6525
* Update all the unittests to use the new framework, test skipping with ↵Alec Warner2007-03-067-7/+7
| | | | | | isValidAtom, add silly xpak test since I have it 'done' svn path=/main/trunk/; revision=6182
* remove redundant directory nowAlec Warner2007-02-028-0/+193
svn path=/main/trunk/; revision=5871