summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* toward py3kSylvain2009-03-047-44/+46
* [decorators] new monkeypatch decorator (simple class extension)Adrien Di Mascio2009-01-301-0/+31
* (merge)Julien Jehannet2009-01-201-1/+15
|\
| * use UserWarning instead of poor print statementJulien Jehannet2009-01-201-1/+15
* | add a little comment to make the purpose of the test more explicitAdrien Di Mascio2009-01-201-0/+2
* | use traceback.formation_exception_only to be more error-resistant when displa...Adrien Di Mascio2009-01-201-1/+9
|/
* (merge)Julien Jehannet2009-01-191-0/+16
|\
| * typosylvain thenault2009-01-191-0/+16
* | improve acquire_lock() methodJulien Jehannet2009-01-191-1/+28
|/
* [testlib] skip test clases whose names start with '_'Adrien Di Mascio2009-01-151-2/+10
* section's case insensitivity test & fixsylvain thenault2009-01-141-9/+34
* fix Datetime type map for mysql as suggested by 2web, avoiding timestamp auto...Sylvain Thenault2009-01-051-0/+34
* new module containing a class to handle prioritized tasks queueSylvain Thenault2008-12-011-0/+54
* mergelogilab-common-version-0_36_1Nicolas Chauvat2008-11-141-5/+16
|\
| * introduce shellutils.globfind as an alternative to find that accepts glob pat...Adrien Di Mascio2008-11-131-5/+16
* | Backed out changeset 8c66ea05839d see #6509Nicolas Chauvat2008-11-141-4/+4
|/
* [#2446] changing yn option in common.configuration : does not take y/n value ...Fabrice Douchant2008-10-291-4/+4
* add setUp and tearDown not to mess with sys.version. Now works with python2.4Fabrice Douchant2008-10-231-0/+7
* import Pierre-Yves David's fixesAdrien Di Mascio2008-10-222-74/+74
|\
| * move tests on decorators require_version require_module into DecoratorTC Test...Fabrice Douchant2008-10-211-38/+37
| * removing require_version and require_module. Those decorators have been moved...Fabrice Douchant2008-10-211-74/+0
| * moving decorators require_version and require_module to testlib.py. Makes mor...Fabrice Douchant2008-10-211-0/+69
| * debug color printing. better handle of string codec (unicode and others...)Fabrice Douchant2008-10-201-0/+6
* | mergepierre-yves david2008-10-191-1/+1
|\ \
| * | replace all has_key call with "element in dict" statement (3.x compat)pierre-yves david2008-10-191-1/+1
| |/
* | Do not load file configuration in the commande line configuration test casepierre-yves david2008-10-191-1/+0
|/
* deleting test Exceptions from last ticketFabrice Douchant2008-10-171-5/+0
* bugfix when trying to print into consol not supported UTF-8 caracters (seems ...Fabrice Douchant2008-10-171-0/+5
* add new test in configuration : trying to find the error discribed in ticket ...Fabrice Douchant2008-10-171-5/+15
* debug Cache on __getattr__ : raise KeyError before modifying underlying listFabrice Douchant2008-10-161-1/+12
* debug testlib color printing due to unexpected stream (cStringIO)Fabrice Douchant2008-10-161-0/+24
* reimplement Cache. Noew inheriting from dict (#3841)Fabrice Douchant2008-10-161-21/+19
* add @require_module('module') that skip a test if the module can not be importedFabrice Douchant2008-10-131-8/+37
* add @require_version('version') that skip a test if the version is too oldFabrice Douchant2008-10-101-0/+45
* better implementation using existing expand_default monkey patchSylvain Thenault2008-09-191-6/+6
* finalize fix to get option's default in generated help without breaking other...Sylvain Thenault2008-09-191-2/+5
* [work in progress] add a test reproducing bug #6011 (bug in lgc.configuration...Adrien Di Mascio2008-09-191-2/+3
* remove that, 'till 2.5 is default in debian stable (at least)Aurelien Campeas2008-09-121-38/+0
* mergePierre-Yves David2008-09-101-0/+38
|\
| * extend the test : error handlingAurelien Campeas2008-09-021-3/+11
| * * update READMEAurelien Campeas2008-09-021-5/+10
| * test the tempdir cmAurelien Campeas2008-09-021-0/+25
* | Add and test an assertNotIn function for TestCasePierre-Yves David2008-09-101-0/+4
* | add assertIn methodPierre-Yves David2008-08-291-0/+6
|/
* mergePierre-Yves David2008-08-261-2/+2
|\
| * fix default values in helpEmile Anclin2008-08-251-2/+2
* | add tag decorator to tag function and classPierre-Yves David2008-08-221-1/+38
|/
* add Decimal Type support for database apyPierre-Yves David2008-08-041-1/+1
* oops, test fixAdrien Di Mascio2008-07-251-0/+3
* [adbh] define the RANDOM functionAdrien Di Mascio2008-07-241-23/+16