summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Autodetect if sandbox is active in order to prevent recursive sandbox invocat...Zac Medico2007-06-211-3/+1
* Fix the test so that it can run inside a sandbox.Zac Medico2007-06-211-1/+3
* Remove more unnecessary list generation.Zac Medico2007-06-213-3/+4
* Add a test case for the logfile functionality of portage.spawn().Zac Medico2007-06-193-1/+41
* Add PORTAGE_BIN_PATH to the environment since it's used by dobin to locate is...Zac Medico2007-06-191-0/+2
* Fix the varexpand quotes tests since quotes are no longer removed by this fun...Zac Medico2007-05-131-2/+2
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
* fix some tests, break othersAlec Warner2007-03-263-4/+39
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
* 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
* Add "bin" to testDirs.Zac Medico2007-03-171-1/+1
* 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
* bump ________foo from the TestCase class since _exc_info() doesn't do anythin...Alec Warner2007-03-171-6/+3
* fix for older python who have oddly named __exc_info()Alec Warner2007-03-171-0/+3
* Use mkstemp to create a random tempfile.Zac Medico2007-03-171-3/+5
* Fix a broken test.Zac Medico2007-03-171-1/+1
* Fix broken exception handling.Zac Medico2007-03-171-3/+3
* whoopse, s/;/:/Alec Warner2007-03-081-1/+1
* add PackageMask{File} classes, change unit tests to use try/finally, makes su...Alec Warner2007-03-083-12/+46
* Change load() to have no default arguments, makes caller specifiy explicitly....Alec Warner2007-03-082-1/+34
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-075-11/+53
* Take marien's advice, turn Skips into Todos for clarity sakeAlec Warner2007-03-072-18/+14
* Update all the unittests to use the new framework, test skipping with isValid...Alec Warner2007-03-0618-17/+36
* Roll our own unittest framework to add skip support.Alec Warner2007-03-061-7/+126
* these will fail nowAlec Warner2007-03-051-3/+4
* fix a few broken testsAlec Warner2007-02-103-6/+5
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
* Make the tests pass.Zac Medico2007-02-031-1/+1
* grrr I thought I removed thisAlec Warner2007-02-021-4/+0
* remove redundant directory nowAlec Warner2007-02-0221-1/+1
* A somewhat more intelligent layout, move tests into portaage namespace so we ...Alec Warner2007-02-0123-0/+643