summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix the varexpand quotes tests since quotes are no longer removed by this ↵Zac Medico2007-05-131-2/+2
| | | | | | function. (trunk r6524:6525) svn path=/main/branches/2.1.2/; revision=6526
* Turn on strict dep checking to fix the isvalidatom test (trunk r5926).Zac Medico2007-02-081-0/+2
| | | | svn path=/main/branches/2.1.2/; revision=5927
* fix a few typos in testsAlec Warner2007-01-163-2/+6
| | | | svn path=/main/trunk/; revision=5671
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-134-12/+12
| | | | svn path=/main/trunk/; revision=5633
* set Id on testsAlec Warner2007-01-1217-17/+17
| | | | svn path=/main/trunk/; revision=5596
* Handle the exception in isvalidatom, change it to use a portage exceptoin, ↵Alec Warner2007-01-111-6/+2
| | | | | | thanks to Zac for pointing this out svn path=/main/trunk/; revision=5571
* catch and validate new ValueError ExceptionAlec Warner2007-01-111-3/+6
| | | | svn path=/main/trunk/; revision=5569
* print the incorrect atomAlec Warner2007-01-111-1/+2
| | | | svn path=/main/trunk/; revision=5567
* add some invalid ops to getcpv to make sure it returns the cpv stillAlec Warner2007-01-111-0/+6
| | | | svn path=/main/trunk/; revision=5566
* isjustname testsAlec Warner2007-01-111-0/+25
| | | | svn path=/main/trunk/; revision=5564
* getslot testsAlec Warner2007-01-111-0/+27
| | | | svn path=/main/trunk/; revision=5562
* I owed brian harring 3.50, for th previous advice about ↵Alec Warner2007-01-111-0/+25
| | | | | | assertEqual/NotEqual, oh, add dep_getcpv tests too svn path=/main/trunk/; revision=5561
* take some advice and use AssertEqual/NotEqualAlec Warner2007-01-117-24/+11
| | | | svn path=/main/trunk/; revision=5560
* add some invalid operators to the test to denote that get_operator doesn't ↵Alec Warner2007-01-111-1/+4
| | | | | | validate them, also make sure some common mis-typed things are tested (=> instead of >= fex) svn path=/main/trunk/; revision=5559
* get_operator testsAlec Warner2007-01-111-0/+27
| | | | svn path=/main/trunk/; revision=5558
* Commit unit tests, hey look THEY ARE BROKENAlec Warner2007-01-112-0/+49
| | | | svn path=/main/trunk/; revision=5557
* add stack_lists checksAlec Warner2007-01-111-1/+12
| | | | svn path=/main/trunk/; revision=5549
* More portage_util testsAlec Warner2007-01-113-6/+98
| | | | svn path=/main/trunk/; revision=5547
* Remove / character from module names.Zac Medico2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5541
* more test re-arranging as Alec can't read what functions are in what filesAlec Warner2007-01-113-1/+5
| | | | svn path=/main/trunk/; revision=5540
* remove bogs test dir, add portage_versionsAlec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5538
* Add a bit of path mangling to allow deeper testsAlec Warner2007-01-113-4/+9
| | | | svn path=/main/trunk/; revision=5537
* Fix sys.path so that imports work correctly.Zac Medico2007-01-101-4/+4
| | | | svn path=/main/trunk/; revision=5533
* Fix module loading.Zac Medico2007-01-101-9/+17
| | | | svn path=/main/trunk/; revision=5532
* remove monolithic testAlec Warner2007-01-101-20/+0
| | | | svn path=/main/trunk/; revision=5530
* split out util testsAlec Warner2007-01-107-19/+79
| | | | svn path=/main/trunk/; revision=5529
* rename atoms back to vercmpAlec Warner2007-01-101-0/+0
| | | | svn path=/main/trunk/; revision=5528
* shift test cases aroundAlec Warner2007-01-101-0/+33
| | | | svn path=/main/trunk/; revision=5527
* shift test cases aroundAlec Warner2007-01-101-28/+0
| | | | svn path=/main/trunk/; revision=5526
* Take Genone's suggestion and break the modules up into module oriented ↵Alec Warner2007-01-105-7/+34
| | | | | | fashion. Tests for portage.py go in portage/ and so on and so forth... svn path=/main/trunk/; revision=5525
* Fix Fail testAlec Warner2007-01-101-2/+5
| | | | svn path=/main/trunk/; revision=5524
* Make the tests pass.Zac Medico2007-01-101-14/+6
| | | | svn path=/main/trunk/; revision=5523
* rework test import code, rename test_vercmp to be more generic, add tests ↵Alec Warner2007-01-103-11/+36
| | | | | | for =* glob matches svn path=/main/trunk/; revision=5522
* Indicate test failure with an exit code.Zac Medico2006-12-082-3/+5
| | | | svn path=/main/trunk/; revision=5227
* add some portage_util testsAlec Warner2006-12-083-3/+44
| | | | svn path=/main/trunk/; revision=5217
* Add pretty basic vercmp unit testing...need more casesAlec Warner2006-12-083-0/+88
svn path=/main/trunk/; revision=5213