summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-2217-443/+456
* py2.3 compat : import compat.set, remove deprecated stuffSylvain Th?nault2010-09-241-1/+1
* fix testSylvain Th?nault2010-09-241-5/+0
* [textutils] use NFKD decomposition in unormalize()Julien Jehannet2010-09-231-2/+8
* new ustrftime implementation working around datetime limitaion on dates < 1900Alexandre Fayolle2010-08-231-1/+5
* backport stable into defaultPierre-Yves David2010-06-231-3/+3
|\
| * merge stable headJulien Jehannet2010-06-152-4/+5
| |\
| * | [testlib/tag] Tagged method now inherit from class Tags too.Pierre-Yves David2010-06-111-3/+3
* | | tests: fix some configuration tests (python2.4)Julien Jehannet2010-06-181-27/+14
| |/ |/|
* | fix ImportError when test is not a module as expected by the testcaseJulien Jehannet2010-06-042-4/+5
|/
* Fix nb_open_days() codomain: positive natural numbers are expectedJulien Jehannet2010-05-281-0/+4
* backport default into stableSylvain Th?nault2010-05-211-1/+3
|\
| * [testlib] add option splitlines to assertTextEqualsNicolas Chauvat2010-04-291-1/+3
* | missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-2824-24/+24
|/
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-2825-14/+410
* more license updatesSylvain Th?nault2010-04-261-3/+3
* test fixesSylvain Th?nault2010-04-203-14/+14
* [decorators] fix docstring handling and add a test #23389Aurelien Campeas2010-04-161-1/+15
* backport stable branchAdrien Di Mascio2010-04-131-0/+5
|\
| * allow multiple arguments for logilab.common.testlib.TestCase.datapath.\n\ndat...Pierre-Yves David2010-03-221-0/+5
* | update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|/
* remove db and adbh testSylvain Th?nault2010-03-092-380/+0
* ready for 0.48.0logilab-common-version-0.48.0Nicolas Chauvat2010-02-171-11/+11
* import fixes from stableNicolas Chauvat2010-02-171-3/+72
|\
| * Make it possible to skip a InnetTest-based generative test alone, without ski...David Douard2009-11-021-3/+72
* | fix date_range(): broken use of argument incr + off-by-one mistakeNicolas Chauvat2010-02-111-0/+3
|/
* catch importerrors for adodbapi and pyodbc test casesAlexandre Fayolle2010-01-181-53/+60
* 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
* [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 n...Aurelien Campeas2009-08-201-0/+59
* | 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 p...Adrien Di Mascio2009-07-291-6/+21
* [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 exp...Sylvain Th?nault2009-06-031-33/+38