summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* toward py3kSylvain2009-03-041-84/+71
* [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
* add tag decorator to tag function and classPierre-Yves David2008-08-221-0/+32
* fix error messageSylvain Thenault2008-08-061-1/+1
* improve msg and add a alias of assertUnorderedIterableEqualsPierre-Yves David2008-07-251-12/+20
* test if both item are set in assert Set equalPierre-Yves David2008-07-211-1/+1
* [testlib] backward compatibility fixAdrien Di Mascio2008-07-211-2/+12
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-17/+17
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-15/+17
* make pytest less verbose when running recursively with a specific patternAdrien Di Mascio2008-07-111-3/+7
* patch unittest's TestSuite class directly to be compatible with suites using ...Adrien Di Mascio2008-07-081-11/+11
* add a prefix message option for assertTextEqualsPierre-Yves David2008-07-031-3/+5
* add a with_tempdir decorator ensuring all temporary files and dirs are removedPierre-Yves David2008-06-271-0/+21
* improve assertSetEquals failure messagePierre-Yves David2008-06-251-1/+1
* improve assertSetEqual outputPierre-Yves David2008-06-241-4/+6
* improve textdiff outputPierre-Yves David2008-06-241-5/+8
* add an assertDirEquals method for TestCasePierre-Yves David2008-06-241-1/+69
* nicer error messageSylvain2008-06-231-1/+1
* add assertUnorderedIterableEqualsPierre-Yves David2008-06-231-1/+21
* improved unittest summary outputPierre-Yves David2008-06-201-9/+16