Return early from create_world_atom() if an atom matching the package
[portage.git] / tests /
2008-01-11 Zac Medico* Make pkgcmp() pass the ebuild revision directly into...
2007-11-20 Zac MedicoRemove the workaround for \n -> \r\n transformations in
2007-09-08 Zac MedicoBug #190268 - Avoid unwanted sandbox violations in...
2007-08-15 Zac MedicoAdd some floating point vercmp cases. (trunk r7622)
2007-08-01 Zac MedicoFix TestCase import.
2007-08-01 Zac MedicoCopy the portage.spawn() test from trunk.
2007-05-13 Zac MedicoFix the varexpand quotes tests since quotes are no...
2007-02-08 Zac MedicoTurn on strict dep checking to fix the isvalidatom...
2007-01-16 Alec Warnerfix a few typos in tests
2007-01-13 Alec Warnerfix tabs with patch from Grobian and bug # 161911,...
2007-01-12 Alec Warnerset Id on tests
2007-01-11 Alec WarnerHandle the exception in isvalidatom, change it to use...
2007-01-11 Alec Warnercatch and validate new ValueError Exception
2007-01-11 Alec Warnerprint the incorrect atom
2007-01-11 Alec Warneradd some invalid ops to getcpv to make sure it returns...
2007-01-11 Alec Warnerisjustname tests
2007-01-11 Alec Warnergetslot tests
2007-01-11 Alec WarnerI owed brian harring 3.50, for th previous advice about...
2007-01-11 Alec Warnertake some advice and use AssertEqual/NotEqual
2007-01-11 Alec Warneradd some invalid operators to the test to denote that...
2007-01-11 Alec Warnerget_operator tests
2007-01-11 Alec WarnerCommit unit tests, hey look THEY ARE BROKEN
2007-01-11 Alec Warneradd stack_lists checks
2007-01-11 Alec WarnerMore portage_util tests
2007-01-11 Zac MedicoRemove / character from module names.
2007-01-11 Alec Warnermore test re-arranging as Alec can't read what function...
2007-01-11 Alec Warnerremove bogs test dir, add portage_versions
2007-01-11 Alec WarnerAdd a bit of path mangling to allow deeper tests
2007-01-10 Zac MedicoFix sys.path so that imports work correctly.
2007-01-10 Zac MedicoFix module loading.
2007-01-10 Alec Warnerremove monolithic test
2007-01-10 Alec Warnersplit out util tests
2007-01-10 Alec Warnerrename atoms back to vercmp
2007-01-10 Alec Warnershift test cases around
2007-01-10 Alec Warnershift test cases around
2007-01-10 Alec WarnerTake Genone's suggestion and break the modules up into...
2007-01-10 Alec WarnerFix Fail test
2007-01-10 Zac MedicoMake the tests pass.
2007-01-10 Alec Warnerrework test import code, rename test_vercmp to be more...
2006-12-08 Zac MedicoIndicate test failure with an exit code.
2006-12-08 Alec Warneradd some portage_util tests
2006-12-08 Alec WarnerAdd pretty basic vercmp unit testing...need more cases