summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* remove py2.2 compat ; use deprecation warningsEmile Anclin2010-10-061-15/+0
|
* typoEmile Anclin2010-10-061-1/+1
|
* fix tests: should be runnable as script from anywhereEmile Anclin2010-10-061-4/+4
|
* [tests] fix capture test when tty not available (in case of redirection)Julien Jehannet2010-09-301-15/+11
|
* [tests] fix usage of os.access in unittest_fileutils.pyJulien Jehannet2010-09-301-7/+19
| | | | | | os.access is often problematic in some environments (chroot, fakeroot, nfs, ...) since it uses read uid instead of effective uid in contrast to other file utilities found in posix world. Consider using os.stat() and stat constants when possible.
* backport stable into defaultSylvain Th?nault2010-09-244-17/+34
|\
| * [py3k] compat: add str_to_bytes and str_encodeEmile Anclin2010-09-211-4/+4
| | | | | | | | | | | | In py3k, things are different: we will sometimes need to convert str to bytes if we want to write data into a file; and on other times we don't need to encode str to something
| * skip some compat tests on >= 3.0Emile Anclin2010-09-211-0/+6
| |
| * [py3k] compat : __builtin__ will be replaced by builtins in py3kEmile Anclin2010-09-211-9/+9
| |
| * [py3k] some trivial fixesEmile Anclin2010-09-152-2/+1
| |
| * [py3k] fix unittest_modutils for standard modulesSylvain Th?nault2010-09-151-2/+14
| |
* | [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
|/ | | | | The normal form KD (NFKD) will apply the compatibility decomposition, i.e. replace all compatibility characters with their equivalents.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | This behaviour might be controlled with the ``inherit`` argument of the ``tag`` decorator and ``Tags`` constructor. The ``Tags`` constructors now have the same signature than the ``tag`` decorator. The former signature (same as ``set`` constructor) is still supported.
* | | tests: fix some configuration tests (python2.4)Julien Jehannet2010-06-181-27/+14
| |/ |/| | | | | | | - catch Etree import error for 2.4 - update usage for python2.4 (Debian stable version)
* | 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
| | | | Return only positive natural numbers whatever the number of holiday days in computation.
* 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 ↵Sylvain Th?nault2010-04-2824-24/+24
|/ | | | DEPENDS file
* 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 ↵Pierre-Yves David2010-03-221-0/+5
| | | | | | | | logilab.common.testlib.TestCase.datapath.\n\ndatapath now handle multiple argument as os.path.join do
* | 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 ↵David Douard2009-11-021-3/+72
| | | | | | | | skipping the whole test.
* | 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
| | | | 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
|/