summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/runTests
Commit message (Collapse)AuthorAgeFilesLines
* runTests: portage._internal_caller = TrueZac Medico2013-01-031-0/+1
|
* tests: support NOCOLOR env variableZac Medico2012-07-111-0/+3
|
* Don't use SIGUSR1 under Jython, bug #424259.Zac Medico2012-07-021-2/+9
|
* data.py: tweak getgrnam call for PyPyZac Medico2011-12-151-4/+0
| | | | | This makes it unnecessary to explicitly call portage.data._init() in runTests, and fixes some other cases that trigger the same issue.
* runTests: initialize portage.data for PyPyZac Medico2011-12-151-0/+4
|
* tests/__init__: return int from main()Zac Medico2011-10-091-3/+1
|
* Enable -Wd for tests, so DeprecationWarning worksZac Medico2011-08-251-1/+1
| | | | | DeprecationWarning is suppressed by default since Python 2.7, so it's a good idea to explicitly enable it for tests.
* Add a SIGUSR1 handling to trigger pdb.set_trace().Zac Medico2010-08-131-0/+6
|
* Don't use os.getlogin() since apparently it's unreliable.Zac Medico2010-08-101-1/+2
|
* Pretend that the current user's uid/gid are the 'portage' uid/gid,Zac Medico2010-08-101-0/+7
| | | | | so things go smoothly regardless of the current user and global user/group configuration.
* Call portage._disable_legacy_globals() in order to ensure that weZac Medico2010-08-091-0/+7
| | | | | don't instantiate portage.settings, so that tests should work the same regardless of global configuration file state/existence.
* Automatically add PORTAGE_BIN_PATH to the front of PATH.Zac Medico2010-04-221-0/+7
|
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Remove unused print_function.Zac Medico2010-03-011-2/+0
| | | | svn path=/main/trunk/; revision=15504
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+1
| | | | svn path=/main/trunk/; revision=14291
* Fix failure exit status. Thanks to Brian Harring.Zac Medico2009-03-061-1/+1
| | | | svn path=/main/trunk/; revision=12765
* A somewhat more intelligent layout, move tests into portaage namespace so we ↵Alec Warner2007-02-011-0/+20
can import them easier, seems to be a more common layout from what I've seen. Also rewrite the test runner to work with new layout svn path=/main/trunk/; revision=5863