summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* [testlib] improve XML assertion with ElementTree parseur and context linesPierre-Yves David2010-02-241-11/+72
* Make it possible to skip a InnetTest-based generative test alone, without ski...David Douard2009-11-021-1/+12
* mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-231-2/+7
|\
| * Make it possible to tag test classesDavid Douard2009-10-081-2/+7
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-6/+6
|/
* remove deprecated codeSylvain Th?nault2009-08-071-125/+0
* R [deprecation] deprecated_function deprecated in favor of deprecatedNicolas Chauvat2009-07-311-9/+8
* R [all] obsolete was renamed deprecatedNicolas Chauvat2009-07-311-2/+3
* [pytest] fix batchmode exeution, don't capture streamsAdrien Di Mascio2009-07-291-29/+33
* [pytest] -c option now caputres DeprecationWarningsAdrien Di Mascio2009-07-291-6/+7
* [testlib] avoid additional period prints in generative testsAdrien Di Mascio2009-07-291-4/+5
* [testlib] simplify traceback manipulation (skip first frames corresponding to...Adrien Di Mascio2009-07-291-8/+12
* new stiplines option to assertLinesEqualsSylvain Th?nault2009-07-241-2/+8
* turn datapath into a classmethodSylvain Th?nault2009-07-221-2/+3
* already defined in decoratorsSylvain Th?nault2009-07-221-14/+2
* nicer failure messsageSylvain Th?nault2009-07-211-1/+1
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-68/+68
* strip text to diffsylvain thenault2009-03-121-2/+2
* add profile option to testlib. this uses cProfile and complements hotshot use...ludal2009-02-171-2/+15
* [testlib] teardown_module() is now given the TestResult for possible postproc...Adrien Di Mascio2009-01-301-1/+1
* fix assertFloatAlmostEquals to use msgAlexandre Fayolle2009-01-261-1/+1
* [testlib] fix bug in traceback formatting: handle cases where we source code ...Adrien Di Mascio2009-01-221-1/+4
* use traceback.formation_exception_only to be more error-resistant when displa...Adrien Di Mascio2009-01-201-1/+1
* disable auto-colorizing (useless and even bad in most cases)Adrien Di Mascio2009-01-201-40/+60
* add a __unittest variable to testlib (unittest.py uses it)Adrien Di Mascio2009-01-201-3/+4
* [testlib] skip test clases whose names start with '_'Adrien Di Mascio2009-01-151-10/+11
* self.options is None when test are run using python instead of pytestSylvain Thenault2008-12-021-2/+2
* rename assertFloatEquals in assertFloatAlmostEqualsStephanie Marcu2008-11-181-1/+1
* add a method to test equality between two floatsStephanie Marcu2008-11-181-0/+7
* [#6568] avoid name clash by renaming .restart to .pytest.restartNicolas Chauvat2008-11-131-1/+1
* restore python2.4 compatAurelien Campeas2008-10-241-11/+13
* debug testlib if pytest started with no restart or exitfirst optionFabrice Douchant2008-10-241-13/+13
* [#5555] add new pytest option restart that passes tests which succeeded (see ...Fabrice Douchant2008-10-241-5/+61
* import Pierre-Yves David's fixesAdrien Di Mascio2008-10-221-7/+61
|\
| * moving decorators require_version and require_module to testlib.py. Makes mor...Fabrice Douchant2008-10-211-0/+39
| * debug color printing. better handle of string codec (unicode and others...)Fabrice Douchant2008-10-201-5/+25
* | Don't encode err if output stream don't have specified encodingpierre-yves david2008-10-191-1/+5
|/
* bugfix when trying to print into consol not supported UTF-8 caracters (seems ...Fabrice Douchant2008-10-171-2/+1
* debug testlib color printing due to unexpected stream (cStringIO)Fabrice Douchant2008-10-161-16/+16
* stable version of testlib waiting to get debugFabrice Douchant2008-10-161-16/+17
* fix isatty test for other file like implementation (cStringIO for instance)Sylvain Thenault2008-10-161-3/+5
* fix bug using os.isatty functionFabrice Douchant2008-10-151-13/+7
* show errors in red if logilab.textutils can be importedFabrice Douchant2008-10-151-3/+21
* add colors in traceback if PYGMENTS is availableFabrice Douchant2008-10-151-0/+10
* Add and test an assertNotIn function for TestCasePierre-Yves David2008-09-101-0/+3
* doc upgrade to test taggingPierre-Yves David2008-09-091-1/+2
* add assertIn methodPierre-Yves David2008-08-291-0/+5
* remove dead codePierre-Yves David2008-08-261-12/+0
* remove a useless setattrPierre-Yves David2008-08-261-1/+1
* allow by tag filteringPierre-Yves David2008-08-261-16/+31