summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* catch importerrors for adodbapi and pyodbc test casesAlexandre Fayolle2010-01-181-53/+60
| | | | The relevant tests are only run if these modules are installed.
* add wrapper for adodbapi/sql serverStephanie Marcu2010-01-151-19/+74
|
* TestCase for pyodbc driver BLOB supportAlexandre Fayolle2009-12-231-0/+49
|
* fix has_path returned value to include the destination node, else we getSylvain Th?nault2009-11-121-2/+16
| | | | an empty list which makes think there is no path (test added)
* [C] shellutils: make getlogin() available as shellutilsJulien Jehannet2009-11-091-10/+1
|
* add unit tests for class tagging featureDavid Douard2009-10-081-1/+56
|
* mergeSylvain Th?nault2009-10-071-1/+2
|\
| * fix importSylvain Th?nault2009-10-071-1/+2
| |
* | [tests] fix unittest_htmlAdrien Di Mascio2009-10-071-1/+1
|/
* fixed usage of tempfile.mkstempAlexandre Fayolle2009-09-101-6/+10
|
* mergeAurelien Campeas2009-08-281-0/+59
|\
| * [html] resurrect html module with functionnality from cubicweb.ui (actually ↵Aurelien Campeas2009-08-201-0/+59
| | | | | | | | not used in cw)
* | Added a function for parsing processing instructions in XML dataOlivier Cayrol (Logilab)2009-08-261-0/+58
|/
* test fixeslogilab-common-version-0.44.0Sylvain Th?nault2009-08-075-121/+3
|
* remove modules deprecated for a whileSylvain Th?nault2009-08-071-53/+0
|
* rename get_csv into splitstripSylvain Th?nault2009-08-011-1/+1
|
* R [deprecation] deprecated_function deprecated in favor of deprecatedNicolas Chauvat2009-07-311-6/+10
|
* F [shellutils] new RawInput supersedes confirmNicolas Chauvat2009-07-311-1/+64
|
* R [deprecation] renaming and simplifying (impacts deprecated, obsolete)Nicolas Chauvat2009-07-312-0/+55
|
* [tests] unittest_db tests are still hardcoded but will have more chances to ↵Adrien Di Mascio2009-07-291-6/+21
| | | | pass here
* [cleanup] delete-trailing-whitespacesAdrien Di Mascio2009-07-2724-217/+209
|
* fix config.__setitem__, should take an option (not attribute) name as keySylvain Th?nault2009-07-241-25/+31
|
* remove duplicate test methodGraziella Toutoungis2009-06-101-14/+2
|
* new extrapath argument to modpath_from_file (see function's docstring for ↵Sylvain Th?nault2009-06-031-33/+38
| | | | explanation)
* lgc.date should now be usable with either mx or pydatetime objectsAdrien Di Mascio2009-05-251-66/+81
|
* [#6760] the decode_QP function always handles encoded lines with no charset ↵Doroth?e S?n?chal2009-04-081-1/+7
| | | | definition
* should not have commited thissylvain thenault2009-03-251-6/+0
|
* add test for zip/egg module searchsylvain thenault2009-03-253-0/+18
|
* [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 ↵Adrien Di Mascio2009-01-201-1/+9
|/ | | | displaying fancy tracebacks with unicode strings
* (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 ↵Sylvain Thenault2009-01-051-0/+34
| | | | auto update
* 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 ↵Adrien Di Mascio2008-11-131-5/+16
| | | | | | | | patterns (easier to have separate function for backward compatibility reasons)
* | 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
| | | | anymore in sys.args.
* 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 ↵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-211-74/+0
| | | | | | | | moved to testlib
| * moving decorators require_version and require_module to testlib.py. Makes ↵Fabrice Douchant2008-10-211-0/+69
| | | | | | | | more sens.
| * debug color printing. better handle of string codec (unicode and others...)Fabrice Douchant2008-10-201-0/+6
| |