summaryrefslogtreecommitdiff
path: root/test/unittest_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* [decorators] new monkeypatch decorator (simple class extension)Adrien Di Mascio2009-01-301-0/+31
* removing require_version and require_module. Those decorators have been moved...Fabrice Douchant2008-10-211-74/+0
* deleting test Exceptions from last ticketFabrice Douchant2008-10-171-5/+0
* bugfix when trying to print into consol not supported UTF-8 caracters (seems ...Fabrice Douchant2008-10-171-0/+5
* add @require_module('module') that skip a test if the module can not be importedFabrice Douchant2008-10-131-8/+37
* add @require_version('version') that skip a test if the version is too oldFabrice Douchant2008-10-101-0/+45