Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rewrote g_octave.ebuild. fixed eclass and tests | Rafael G. Martins | 2010-12-18 | 7 | -43/+34 |
| | |||||
* | rewrote DescriptionTree, as a list of Description objects | Rafael G. Martins | 2010-12-17 | 2 | -30/+41 |
| | |||||
* | added P/PN/PV to the svn description files, and added CAT | Rafael G. Martins | 2010-12-10 | 1 | -0/+1 |
| | |||||
* | added P/PN/PV to the description object. some tests are broken. | Rafael G. Martins | 2010-12-10 | 2 | -8/+8 |
| | |||||
* | removed shebangs from tests | Rafael G. Martins | 2010-12-10 | 6 | -6/+0 |
| | |||||
* | fixed a bunch of tests | Rafael G. Martins | 2010-12-09 | 9 | -106/+80 |
| | |||||
* | rewrote g_octave.config | Rafael G. Martins | 2010-12-01 | 1 | -4/+0 |
| | |||||
* | added checksum support to g_octave.description module, with test | Rafael G. Martins | 2010-11-29 | 1 | -0/+1 |
| | |||||
* | added g_octave.checksum module, with tests | Rafael G. Martins | 2010-11-29 | 1 | -0/+40 |
| | |||||
* | fixed the script manage_pkgdb.py and a test case | Rafael G. Martins | 2010-10-23 | 1 | -10/+17 |
| | |||||
* | fixed tests, broken by the last commit | Rafael G. Martins | 2010-08-02 | 16 | -15/+18 |
| | |||||
* | changed the url of the git repository with the package database. | Rafael G. Martins | 2010-08-02 | 1 | -1/+1 |
| | |||||
* | fixed the patch handling | Rafael G. Martins | 2010-08-01 | 3 | -0/+3 |
| | |||||
* | reorganized the config options | Rafael G. Martins | 2010-07-31 | 1 | -2/+1 |
| | |||||
* | fixed tests | Rafael G. Martins | 2010-07-31 | 6 | -24/+0 |
| | |||||
* | fixed the tests, that was broken by the previous changes | Rafael G. Martins | 2010-07-31 | 12 | -9/+1 |
| | |||||
* | ported the test suite to py3k | Rafael G. Martins | 2010-07-14 | 1 | -2/+7 |
| | |||||
* | disabled the logging for the tests. updated all the doc for the next release | Rafael G. Martins | 2010-07-13 | 1 | -2/+1 |
| | |||||
* | fixed tests | Rafael G. Martins | 2010-07-13 | 1 | -0/+7 |
| | |||||
* | fixed a test case | Rafael G. Martins | 2010-07-11 | 1 | -1/+1 |
| | |||||
* | a bunch of documentation changes and fixes to the release0.2 | Rafael G. Martins | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | fixed test suite. | Rafael G. Martins | 2010-07-01 | 7 | -25/+33 |
| | |||||
* | added support to installation from SVN to the module g_octave.ebuild | Rafael G. Martins | 2010-07-01 | 1 | -3/+0 |
| | |||||
* | fixed a test case | Rafael G. Martins | 2010-06-25 | 1 | -2/+4 |
| | |||||
* | fixed description.re_depends to allow '-' in the package name | Rafael G. Martins | 2010-05-30 | 1 | -60/+60 |
| | |||||
* | finished tests/test_ebuild.py; fixed tests/test_description.py and ↵ | Rafael G. Martins | 2010-05-29 | 3 | -8/+52 |
| | | | | tests/utils.py | ||||
* | added sample ebuilds to help the tests/test_ebuild.py test suite | Rafael G. Martins | 2010-05-29 | 6 | -0/+177 |
| | |||||
* | fixed tests to g_octave.overlay. added tests to g_octave.ebuild ↵ | Rafael G. Martins | 2010-05-29 | 2 | -28/+63 |
| | | | | (tests/test_ebuild.py) | ||||
* | removed the method to create a g_octave.DescriptionTree object from the ↵ | Rafael G. Martins | 2010-05-29 | 1 | -18/+0 |
| | | | | module file tests/utils.py | ||||
* | fixed tests to the module g_octave.description_tree. tests are now using the ↵ | Rafael G. Martins | 2010-05-29 | 2 | -28/+61 |
| | | | | | | example tree, distributed with g-octave | ||||
* | added more files to the example tree used by the tests | Rafael G. Martins | 2010-05-29 | 3 | -0/+48 |
| | |||||
* | moved auxiliary files from tests/ to tests/files. fixed modules ↵ | Rafael G. Martins | 2010-05-29 | 5 | -3/+3 |
| | | | | | | g_octave.config and g_octave.description to use the files in the new location | ||||
* | added a fake tree of external files to be used by the tests. | Rafael G. Martins | 2010-05-28 | 15 | -0/+122 |
| | |||||
* | finished the basic test for the module g_octave.overlay (tests/test_overlay.py) | Rafael G. Martins | 2010-05-28 | 1 | -1/+10 |
| | |||||
* | changes in the config module (g_octave/config.py), added tests to the ↵ | Rafael G. Martins | 2010-05-28 | 1 | -0/+62 |
| | | | | overlay module (tests/test_overlay.py, not finished and broken). added comment header to the ebuid module (g_octave/overlay.py) | ||||
* | Added tests to g_octave/config.py (tests/test_config.py) | Rafael G. Martins | 2010-05-27 | 3 | -0/+63 |
| | |||||
* | moved the snippet of code that creates a "fake" DESCRIPTION tree from ↵ | Rafael G. Martins | 2010-05-27 | 2 | -14/+36 |
| | | | | | | tests/test_description_tree.py to tests/utils.py, because this will be used by another test suite. | ||||
* | Added tests to g_octave/description_tree.py (tests/test_description_tree.py) | Rafael G. Martins | 2010-05-26 | 1 | -0/+122 |
| | |||||
* | small improvements in the tests for g_octave/description.py ↵ | Rafael G. Martins | 2010-05-26 | 2 | -3/+8 |
| | | | | (tests/test_description.py) | ||||
* | finished description.py tests and fixed small errors. | Rafael G. Martins | 2010-05-23 | 1 | -0/+20 |
| | |||||
* | expanded test_re_depends at tests/test_description.py | Rafael G. Martins | 2010-05-22 | 1 | -0/+60 |
| | |||||
* | small fixes at g_octave/description.py; added tests/test_description.py (not ↵ | Rafael G. Martins | 2010-05-22 | 2 | -0/+139 |
complete) |