summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-113-5/+4
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-1/+9
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
* test news item filteringAlec Warner2007-09-072-36/+50
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-072-0/+0
* fighting with svn over weirdnessAlec Warner2007-09-074-0/+49
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-078-2/+13
* Fix another typo.Zac Medico2007-08-241-1/+1
* Fix a typo.Zac Medico2007-08-241-1/+1
* Add some floating point vercmp cases.Zac Medico2007-08-151-1/+4
* add more tests for keyvaluepairloader (it had a bug previously) and fix up ot...Alec Warner2007-07-232-12/+14
* Fix hardcoded /usr/bin/echo to use portage.process.find_binary().Zac Medico2007-07-221-1/+3
* add test for CommandOutputSetAlec Warner2007-07-223-0/+26
* Fix spacing issues, importsAlec Warner2007-07-221-16/+17
* 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