summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in textutils.apply_units, raise an Exception if string does not match...Damien Garaud2012-02-201-3/+8
* [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
* [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
* backport stable into defaultSylvain Th?nault2010-09-244-17/+34
|\
| * [py3k] compat: add str_to_bytes and str_encodeEmile Anclin2010-09-211-4/+4
| * 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
|/
* new ustrftime implementation working around datetime limitaion on dates < 1900Alexandre Fayolle2010-08-231-1/+5