aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* rewrote g_octave.ebuild. fixed eclass and testsRafael G. Martins2010-12-187-43/+34
|
* rewrote DescriptionTree, as a list of Description objectsRafael G. Martins2010-12-172-30/+41
|
* added P/PN/PV to the svn description files, and added CATRafael G. Martins2010-12-101-0/+1
|
* added P/PN/PV to the description object. some tests are broken.Rafael G. Martins2010-12-102-8/+8
|
* removed shebangs from testsRafael G. Martins2010-12-106-6/+0
|
* fixed a bunch of testsRafael G. Martins2010-12-099-106/+80
|
* rewrote g_octave.configRafael G. Martins2010-12-011-4/+0
|
* added checksum support to g_octave.description module, with testRafael G. Martins2010-11-291-0/+1
|
* added g_octave.checksum module, with testsRafael G. Martins2010-11-291-0/+40
|
* fixed the script manage_pkgdb.py and a test caseRafael G. Martins2010-10-231-10/+17
|
* fixed tests, broken by the last commitRafael G. Martins2010-08-0216-15/+18
|
* changed the url of the git repository with the package database.Rafael G. Martins2010-08-021-1/+1
|
* fixed the patch handlingRafael G. Martins2010-08-013-0/+3
|
* reorganized the config optionsRafael G. Martins2010-07-311-2/+1
|
* fixed testsRafael G. Martins2010-07-316-24/+0
|
* fixed the tests, that was broken by the previous changesRafael G. Martins2010-07-3112-9/+1
|
* ported the test suite to py3kRafael G. Martins2010-07-141-2/+7
|
* disabled the logging for the tests. updated all the doc for the next releaseRafael G. Martins2010-07-131-2/+1
|
* fixed testsRafael G. Martins2010-07-131-0/+7
|
* fixed a test caseRafael G. Martins2010-07-111-1/+1
|
* a bunch of documentation changes and fixes to the release0.2Rafael G. Martins2010-07-021-1/+1
|
* fixed test suite.Rafael G. Martins2010-07-017-25/+33
|
* added support to installation from SVN to the module g_octave.ebuildRafael G. Martins2010-07-011-3/+0
|
* fixed a test caseRafael G. Martins2010-06-251-2/+4
|
* fixed description.re_depends to allow '-' in the package nameRafael G. Martins2010-05-301-60/+60
|
* finished tests/test_ebuild.py; fixed tests/test_description.py and ↵Rafael G. Martins2010-05-293-8/+52
| | | | tests/utils.py
* added sample ebuilds to help the tests/test_ebuild.py test suiteRafael G. Martins2010-05-296-0/+177
|
* fixed tests to g_octave.overlay. added tests to g_octave.ebuild ↵Rafael G. Martins2010-05-292-28/+63
| | | | (tests/test_ebuild.py)
* removed the method to create a g_octave.DescriptionTree object from the ↵Rafael G. Martins2010-05-291-18/+0
| | | | module file tests/utils.py
* fixed tests to the module g_octave.description_tree. tests are now using the ↵Rafael G. Martins2010-05-292-28/+61
| | | | | | example tree, distributed with g-octave
* added more files to the example tree used by the testsRafael G. Martins2010-05-293-0/+48
|
* moved auxiliary files from tests/ to tests/files. fixed modules ↵Rafael G. Martins2010-05-295-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. Martins2010-05-2815-0/+122
|
* finished the basic test for the module g_octave.overlay (tests/test_overlay.py)Rafael G. Martins2010-05-281-1/+10
|
* changes in the config module (g_octave/config.py), added tests to the ↵Rafael G. Martins2010-05-281-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. Martins2010-05-273-0/+63
|
* moved the snippet of code that creates a "fake" DESCRIPTION tree from ↵Rafael G. Martins2010-05-272-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. Martins2010-05-261-0/+122
|
* small improvements in the tests for g_octave/description.py ↵Rafael G. Martins2010-05-262-3/+8
| | | | (tests/test_description.py)
* finished description.py tests and fixed small errors.Rafael G. Martins2010-05-231-0/+20
|
* expanded test_re_depends at tests/test_description.pyRafael G. Martins2010-05-221-0/+60
|
* small fixes at g_octave/description.py; added tests/test_description.py (not ↵Rafael G. Martins2010-05-222-0/+139
complete)