summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* typoPierre-Yves David2008-06-111-1/+1
* disable write methode in MockConfigParserPierre-Yves David2008-06-111-0/+3
* improve MockConfigParserPierre-Yves David2008-06-111-18/+7
* Fix an error and add a test casePierre-Yves David2008-06-111-1/+3
* cosmeticsPierre-Yves David2008-06-101-85/+134
* MockConfigParsernow raise the proper exceptionPierre-Yves David2008-06-031-6/+10
* added a assertIs testPierre-Yves David2008-06-021-0/+3
* mergePierre-Yves David2008-05-271-1/+30
|\
| * add XML to tuple comparisonPierre-Yves David2008-05-271-1/+30
* | make 'assertTextEquals' method check that given parameter are stringsDavid Douard2008-05-161-1/+8
|/
* mergeAlexandre Fayolle2008-05-071-1/+3
|\
| * fix doctest handlingAdrien Di Mascio2008-05-071-1/+1
* | fix merge, pass 1Alexandre Fayolle2008-05-071-0/+1
* | mergeAlexandre Fayolle2008-05-071-17/+25
|\ \ | |/ |/|
| * support a msg argument on more assertionsAlexandre Fayolle2008-05-011-13/+20
* | make pytestconf live againAdrien Di Mascio2008-05-071-11/+22
* | revert this patch: we're not ready for thatAdrien Di Mascio2008-05-051-15/+2
* | use pysqlite2 as the first choice rather than sqlite3Adrien Di Mascio2008-05-051-2/+15
* | nicer error message in assertSetEqualsSylvain Thenault2008-04-241-3/+3
|/
* bugfix release to restore py23 compatiblityAdrien Di Mascio2008-02-181-3/+7
* fix -s optionAdrien Di Mascio2008-02-141-16/+24
* fix interactive modeAdrien Di Mascio2008-02-111-6/+9
* fix generative tests description storageAdrien Di Mascio2008-02-111-11/+17
* import changes from one of my local branch to be able to specify test names f...Adrien Di Mascio2008-02-071-45/+73
|\
| * check ChangeLogSylvain2008-01-281-3/+10
| * remove debug prints :-/Adrien Di Mascio2008-01-081-1/+0
| * added datadir attribute / datapath(fname) method on TestCasesAdrien Di Mascio2008-01-081-0/+29
| * override assertRaises to return the exception raisedAdrien Di Mascio2008-01-041-0/+24
| * setup module / teardown module hookAdrien Di Mascio2007-12-051-0/+12
| * testlib use a customized debuggerAdrien Di Mascio2007-12-051-29/+1
| * nicer assertIsInstance error messageSylvain2007-09-111-1/+1
* | added InnerTest support to be able to name / select generative tests iterationAdrien Di Mascio2007-08-171-69/+120
|/
* cleanupludal2007-08-161-2/+0
* let SystemExit propagateSylvain2007-07-131-1/+1
* added history file for debuggersAdrien Di Mascio2007-05-151-1/+27
* pytest / coverage work in progressAdrien Di Mascio2007-04-201-7/+34
* only store tracebacks in pdbmodeAdrien Di Mascio2007-04-171-6/+13
* added ability to explicitly set the test description. This can be useful for ...Adrien Di Mascio2007-04-161-1/+20
* better output capture for generative testsAdrien Di Mascio2007-04-121-0/+5
* make everyone happyAdrien Di Mascio2007-04-111-1/+1
* explicit check that suite is a function, not a callableAdrien Di Mascio2007-04-111-1/+1
* pytest looks for a suite() functionAdrien Di Mascio2007-04-111-2/+5
* unittest complianceAdrien Di Mascio2007-04-111-14/+18
* pytest can skip testsAdrien Di Mascio2007-04-041-3/+38
* improved output capture in testlibadim2007-03-151-40/+83
* yap23cp (aka. Yest Another Python 2.3 compatiblity problemAdrien Di Mascio2007-03-091-1/+5
* this should be enough to consider test suites in unittest_mainAdrien Di Mascio2007-03-091-4/+17
* just a minor change to be able to do something like :Adrien Di Mascio2007-03-081-1/+5
* does python2.3 mean something to you ?Adrien Di Mascio2007-03-081-18/+41
* testlib.main() is now obsolete, use pytest insteadAdrien Di Mascio2007-03-071-1/+4