summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/bin
Commit message (Collapse)AuthorAgeFilesLines
* tests/bin: sanitize envZac Medico2011-12-081-3/+3
| | | | This fixes interference from FEATURES=force-prefix in the env.
* test_dodir: fix breakage from last commitZac Medico2011-11-011-0/+1
| | | | We have to set the EAPI for prefix code to work.
* tests/dodir: check relative path by itselfMike Frysinger2011-10-091-0/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: setup default bin env moreMike Frysinger2011-10-091-0/+3
| | | | | | We want the default testing env to match default portage env. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fix BinTestCase instances to stop leaving orphan temp dirs.Zac Medico2010-08-193-18/+25
|
* Remove all svn $Id keywords.Zac Medico2010-03-243-3/+0
|
* Fix binTestsInit() to use correct values for PORTAGE_BIN_PATH andZac Medico2009-09-271-6/+9
| | | | | | PORTAGE_PYM_PATH. svn path=/main/trunk/; revision=14447
* Use explicit imports instead of *.Zac Medico2009-09-272-2/+2
| | | | svn path=/main/trunk/; revision=14446
* Use mkdtemp() instead of hardcoded pym/portage/tests/bin/root directory.Zac Medico2009-09-271-16/+26
| | | | svn path=/main/trunk/; revision=14445
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-5/+7
| | | | svn path=/main/trunk/; revision=14078
* Move ebuild helpers into an ebuild-helpers subdirectory.Zac Medico2009-03-121-1/+2
| | | | svn path=/main/trunk/; revision=13063
* Use absolute imports instead of relative.Zac Medico2009-03-122-2/+2
| | | | svn path=/main/trunk/; revision=13062
* Set svn:keywords Id on all files.Zac Medico2009-02-183-3/+3
| | | | svn path=/main/trunk/; revision=12626
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-071-0/+0
| | | | svn path=/main/trunk/; revision=7748
* Add PORTAGE_BIN_PATH to the environment since it's used by dobin to locate ↵Zac Medico2007-06-191-0/+2
| | | | | | isolated-functions.sh. svn path=/main/trunk/; revision=6869
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
| | | | svn path=/main/trunk/; revision=6291
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-181-1/+1
| | | | svn path=/main/trunk/; revision=6246
* Use locals() instead of setattr to insert generated functions into the ↵Zac Medico2007-03-181-1/+1
| | | | | | current module. Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=6241
* Call the base class destructor if it exists.Zac Medico2007-03-171-0/+2
| | | | svn path=/main/trunk/; revision=6234
* Make paths independent of cwd.Zac Medico2007-03-171-2/+3
| | | | svn path=/main/trunk/; revision=6232
* Close /dev/null when finished.Zac Medico2007-03-171-0/+1
| | | | svn path=/main/trunk/; revision=6231
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91
svn path=/main/trunk/; revision=6230