summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/util
Commit message (Expand)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
* 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
* varexpand: handle backslashes like more like bashZac Medico2011-06-281-1/+32
* 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
* 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
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-2/+1
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-071-0/+0
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* Fix the varexpand quotes tests since quotes are no longer removed by this fun...Zac Medico2007-05-131-2/+2
* Update all the unittests to use the new framework, test skipping with isValid...Alec Warner2007-03-067-7/+7
* remove redundant directory nowAlec Warner2007-02-028-0/+193