| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-07-17 | tests: First work on the new testsuite. | Julian Andres Klode | 1 | -40/+0 | |
| The module tests.test_all will run all available tests. Each test placed herein must be using unittest and provide at least 1 test case. It must be prefixed with test_. | |||||
| 2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 1 | -3/+3 | |
| 2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 1 | -1/+3 | |
| 2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -2/+2 | |
| 2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 1 | -24/+24 | |
| 2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -0/+2 | |
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -1/+1 | |
| 2007-06-11 | * finalized chanagelog | Michael Vogt | 1 | -0/+2 | |
| * fixed bug in tests/pkgrecords.py | |||||
| 2005-05-04 | * more tests added | Michael Vogt | 1 | -0/+34 | |
| * tests/cache.py: - test that iterates over all the cache and dependencies * tests/pkgrecords.py - test that iterates over all the pkgrecords * python/cache.cc - added a comment * python/pkgrecords.cc - return "True" from pkgRecord.Lookup() (to make it consistent with the PkgSrcRecords object) | |||||
