summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix broken unittest_configuration.py:ConfigurationTC.test_round_tripAnthony Truchet2013-10-251-8/+13
* [date] Fixed: wrong incrementation of month in date_range function (closes #1...Damien Garaud2013-10-311-0/+7
* backport stable branchSylvain Th?nault2013-07-262-12/+14
|\
| * testlib: fix for python 3.3Julien Cristau2013-07-221-6/+6
| * [modutils test] enhance some test namesSylvain Th?nault2013-05-071-6/+8
* | [configuration] make it clear there are constants used in the testsNicolas Chauvat2013-05-241-3/+3
* | [configuration] add test case for merge_options()Nicolas Chauvat2013-05-211-1/+21
* | [configuration] fix wording in test nameNicolas Chauvat2013-05-211-1/+1
* | backport stableSylvain Th?nault2013-04-291-0/+61
|\ \ | |/ |/|
| * Add version handling to the deprecation module (closes #108205).Damien Garaud2013-04-111-0/+61
* | [modutils test] simplify test names and add border cases test for is_standard...Sylvain Th?nault2013-04-111-6/+16
|/
* fix umessages test w/ python 3 and LC_ALL=C (closes #119967)Sylvain Th?nault2013-02-151-2/+8
* [testlib] check for generators in with_tempdirJulien Cristau2013-02-221-0/+11
* Properly fix @monkeypatch by changing its contract. Actually closes #104047logilab-common-version-0.59.0Sylvain Th?nault2013-01-211-15/+17
* [merge] default is stableAurelien Campeas2013-01-214-6/+90
|\
| * [registry] introduce RegistrableObject and RegistrableInstance base classes. ...Sylvain Th?nault2013-01-143-2/+72
| * [test, deprecation] update tests so we actually test somethingSylvain Th?nault2012-11-301-4/+18
* | py3k cached wipSylvain Th?nault2012-10-231-13/+13
* | [py3k @cached] fix compat of dark corners for the @monkeypatch decorator, mak...Sylvain Th?nault2012-10-231-2/+10
|/
* [decorators test] use assertIsInstance as expectedSylvain Th?nault2012-10-231-2/+2
* python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-234-8/+13
* [shellutils] fix tests broken because progress bars now use '=' not '.'Nicolas Chauvat2012-10-091-3/+3
* don't test unittest2 itself...Sylvain Th?nault2012-08-291-31/+0
* silent unittest2 warningsSylvain Th?nault2012-08-2910-56/+59
* [tests] remove useless skipped testlogilab-common-version-0.58.2David Douard2012-07-301-4/+0
* [modutils] fix load_module_from_path (closes #100935)Aurelien Campeas2012-07-303-0/+18
* Generalise usage of disutils.sysconfig.get_python_version so eg. is_standard_...Sylvain Th?nault2012-07-171-15/+12
* backport stableSylvain Th?nault2012-03-151-3/+8
|\
| * Fix bug in textutils.apply_units, raise an Exception if string does not match...Damien Garaud2012-02-201-3/+8
* | [shellutil] add argument to ``ProgressBar.update`` to tune cursor progression...Alain Leufroy2012-03-151-0/+24
* | backported cubicweb's registry. Closes #84654Sylvain Th?nault2012-01-121-0/+163
|/
* [decorators] provide a @cachedproperty decoratorAdrien Di Mascio2011-10-101-1/+37
* [decorators] monkeypatch should build a method type closes #73920Aurelien Campeas2011-09-061-0/+34
* decorators: test and fix copy_cache, bug introduced in 1411:2f974a847d7eSylvain Th?nault2011-05-031-1/+13
* test and fix clear_cache to work on cached **properties**. remove debug printSylvain Th?nault2011-04-111-0/+13
* decorators: refactored @cached to allow usages such as @cached(cacheattr='_ca...Sylvain Th?nault2011-04-081-1/+37
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-2823-23/+23
* [dates] provide a somewhat reasonable workaround for ticks2datetime where yea...Adrien Di Mascio2011-03-281-2/+9
* [textutils] fix unormalize implementationAdrien Di Mascio2011-03-021-2/+10
* fix the ordered_nodes fix by reverting to previous orderNicolas Chauvat2011-02-091-4/+7
* graph: fix and test ordered_nodes() [closes #60288]Nicolas Chauvat2011-01-311-1/+37
* fix test-interdependency pb in unittest_modutils. Also, stop renaming unittes...Sylvain Th?nault2011-01-101-14/+20
* stop testing a deprecated behaviourSylvain Th?nault2011-01-061-5/+0
* [tests] use plain package file (no symlink)Julien Jehannet2011-01-054-4/+2
* [testlib] do not stop generative test if exception occuredJulien Jehannet2010-11-291-2/+2
* [testlib] manage SkipTest exception in __call__ statement (as unittest2 does)Julien Jehannet2010-11-291-1/+1
* py3k: replace "file(path)" with "open(path)"Emile Anclin2010-12-061-5/+5
* cleanup: remove more deprecated stuffEmile Anclin2010-12-061-30/+0
* cleanup: rename deprecated test methodsEmile Anclin2010-12-061-56/+36
* cleanup: remove DFCaptureEmile Anclin2010-12-061-72/+3