summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add setUp and tearDown not to mess with sys.version. Now works with python2.4Fabrice Douchant2008-10-231-0/+7
|
* bugfixNicolas Chauvat2008-10-231-1/+2
|
* bug fixStephanie Marcu2008-10-231-1/+1
|
* import Pierre-Yves David's fixesAdrien Di Mascio2008-10-225-122/+136
|\
| * move tests on decorators require_version require_module into DecoratorTC ↵Fabrice Douchant2008-10-211-38/+37
| | | | | | | | TestCase instead of having two decorator's testing classes (DecoratorTC and DecoratorsTC).
| * removing require_version and require_module. Those decorators have been ↵Fabrice Douchant2008-10-212-113/+0
| | | | | | | | moved to testlib
| * moving decorators require_version and require_module to testlib.py. Makes ↵Fabrice Douchant2008-10-212-0/+108
| | | | | | | | more sens.
| * debug color printing. better handle of string codec (unicode and others...)Fabrice Douchant2008-10-202-5/+31
| |
| * let expanduser decide if there is something worth expandingAlexandre Fayolle2008-10-181-2/+1
| |
* | mergepierre-yves david2008-10-197-16/+16
|\ \
| * | replace all has_key call with "element in dict" statement (3.x compat)pierre-yves david2008-10-197-16/+16
| |/
* | mergepierre-yves david2008-10-191-1/+1
|\ \
| * | Fix call of __init__ with super in html reporterpierre-yves david2008-10-191-1/+1
| |/
* | mergepierre-yves david2008-10-191-1/+0
|\ \
| * | Do not load file configuration in the commande line configuration test casepierre-yves david2008-10-191-1/+0
| |/
* | Don't encode err if output stream don't have specified encodingpierre-yves david2008-10-191-1/+5
|/
* configuration now handles paths like ~/mydirNicolas Chauvat2008-10-171-1/+3
|
* 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-172-2/+6
| | | | wired so)
* add new test in configuration : trying to find the error discribed in ticket ↵Fabrice Douchant2008-10-171-5/+15
| | | | #4993
* debug Cache on __getattr__ : raise KeyError before modifying underlying listFabrice Douchant2008-10-162-4/+27
| | | | new Cache unittest to test it
* debug testlib color printing due to unexpected stream (cStringIO)Fabrice Douchant2008-10-162-16/+40
|
* stable version of testlib waiting to get debugFabrice Douchant2008-10-161-16/+17
|
* del print messages for real !! no commentsFabrice Douchant2008-10-161-8/+0
|
* del debug printsFabrice Douchant2008-10-161-6/+6
|
* reimplement Cache. Noew inheriting from dict (#3841)Fabrice Douchant2008-10-162-56/+43
| | | | changing corresponding unittests
* fix isatty test for other file like implementation (cStringIO for instance)Sylvain Thenault2008-10-161-3/+5
|
* mergeSylvain Thenault2008-10-164-8/+144
|\
| * fix bug using os.isatty functionFabrice Douchant2008-10-151-13/+7
| |
| * show errors in red if logilab.textutils can be importedFabrice Douchant2008-10-151-3/+21
| |
| * mergeFabrice Douchant2008-10-151-5/+6
| |\
| | * (merge)Julien Jehannet2008-10-131-5/+6
| | |\
| | | * add a DEBUG color to our ColorFormatter. Feel free to change the colorJulien Jehannet2008-10-131-5/+6
| | | |
| * | | add colors in traceback if PYGMENTS is availableFabrice Douchant2008-10-151-0/+10
| |/ /
| * | modify @require_version. No more regexp.Fabrice Douchant2008-10-131-5/+5
| | |
| * | add @require_module('module') that skip a test if the module can not be importedFabrice Douchant2008-10-132-8/+52
| | |
| * | add @require_version('version') that skip a test if the version is too oldFabrice Douchant2008-10-102-0/+69
| | |
* | | fix .bat files as suggested by Okko Willeboords to all space in file namesSylvain Thenault2008-10-151-1/+1
|/ /
* | mergeSylvain Thenault2008-10-093-2/+10
|\ \ | |/ |/|
| * 0.35.3Sylvain Thenault2008-10-093-2/+10
| |
* | remove debug printStephanie Marcu2008-10-061-1/+0
| |
* | mergeStephanie Marcu2008-10-065-4/+46
|\ \ | |/
| * update changelogSylvain Thenault2008-10-031-0/+3
| |
| * new has_path methodSylvain Thenault2008-10-031-0/+19
| |
| * 0.35.2Sylvain Thenault2008-10-013-5/+15
| |
| * sqlite specific implementation for sql_[create|drop]_indexSylvain Thenault2008-09-291-0/+10
| |
* | mergeStephanie Marcu2008-09-291-0/+1
|/
* be consistent: drop unique index using alter table, so create it using alter ↵Sylvain Thenault2008-09-261-7/+10
| | | | table
* update ChangeLogSylvain Thenault2008-09-191-0/+7
|
* fix man page generation as well, drop no more necessary functionSylvain Thenault2008-09-192-16/+9
|