aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use explicit imports instead of *.Zac Medico2009-09-272-2/+2
* Use mkdtemp() instead of hardcoded pym/portage/tests/bin/root directory.Zac Medico2009-09-271-16/+26
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-5/+7
* 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
* Set svn:keywords Id on all files.Zac Medico2009-02-183-3/+3
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-071-0/+0
* Add PORTAGE_BIN_PATH to the environment since it's used by dobin to locate is...Zac Medico2007-06-191-0/+2
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-181-1/+1
* Use locals() instead of setattr to insert generated functions into the curren...Zac Medico2007-03-181-1/+1
* Call the base class destructor if it exists.Zac Medico2007-03-171-0/+2
* Make paths independent of cwd.Zac Medico2007-03-171-2/+3
* Close /dev/null when finished.Zac Medico2007-03-171-0/+1
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91