summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* cleanup: remove deprecated norm_readEmile Anclin2010-12-061-1/+1
* [decorators] prevent caching of decorator functionsAurelien Campeas2010-11-301-0/+5
* [decorators] cached try to keep the original function nameAurelien Campeas2010-11-261-1/+4
* [test] readd test about relative importJulien Jehannet2010-11-231-2/+7
* [test] fix import test about dropped db moduleJulien Jehannet2010-11-221-2/+2
* cleanup: remove deprecated compat importsEmile Anclin2010-11-222-3/+0
* fix testsEmile Anclin2010-11-222-111/+0
* cleanup: remove deprecated modulesEmile Anclin2010-11-221-76/+0
* [testlib] isolation of pytest related code into pytest.pyJulien Jehannet2010-11-161-26/+14
* cleanup: remove strange ghost filesEmile Anclin2010-11-162-33/+0
* [test] fix running of ModuleFileTC testsJulien Jehannet2010-11-151-7/+9
* 2to3 has some more usable fixersEmile Anclin2010-11-151-6/+6
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-1513-127/+127
* [tests] make tests independent from cwdEmile Anclin2010-11-043-6/+12
* 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