summaryrefslogtreecommitdiff
path: root/pytest.py
Commit message (Expand)AuthorAgeFilesLines
* [layout] change the source directory layoutDavid Douard2015-03-131-1199/+0
* [coverage] fix a bug breaking coverage.py (closes #281908)David Douard2014-11-301-0/+5
* [coverage] Provides better tools to pause tracingChristophe de Vienne2014-11-271-22/+30
* [pytest] fix TestSuite.run wrapper (closes #280806)David Douard2014-11-281-2/+34
* Only read/write func.__name__ and class.__self__Rémi Cardona2014-07-171-4/+3
* [py3k] execfile no longer existsRémi Cardona2014-08-251-1/+1
* [py3k] explicitly build a list around dict methodsJulien Cristau2014-07-271-1/+1
* [py3k] print functionRémi Cardona2014-09-171-17/+24
* Use "except as" syntax (related to #264017)Rémi Cardona2014-07-161-8/+8
* Use inspect.isclass()Rémi Cardona2014-07-151-3/+2
* Use inspect.isgeneratorfunction() (related to #264017)Rémi Cardona2014-07-181-1/+2
* [compat] Deprecate any() and all() (related to #264017)Rémi Cardona2014-07-281-1/+0
* [pytest] drop compatibility code for python < 2.4 (related to #264017)David Douard2014-08-251-4/+1
* [pytest] drop coverage option, broken for a whileSylvain Thénault2014-04-041-26/+1
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* [testlib/tag] Fix tag handling for generator.Pierre-Yves David2011-01-201-2/+2
* [pytest] fix tag filteringPierre-Yves David2011-01-061-1/+4
* [unittest2] add deprecation warnings about new api about module level fixturesJulien Jehannet2011-01-041-12/+0
* fix: shouldn't remove color optionEmile Anclin2010-12-061-7/+23
* cleanup: remove unsupported options capture, printonly and colorEmile Anclin2010-12-061-54/+8
* [testlib] move dbc feature into pytest module + correct wrong importJulien Jehannet2010-11-241-11/+36
* fix testsEmile Anclin2010-11-221-0/+1
* pytest: make test suite compatible with 2.7Julien Jehannet2010-11-171-2/+3
* [testlib] isolation of pytest related code into pytest.pyJulien Jehannet2010-11-161-22/+463
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-2/+2
* backport stable into defaultSylvain Th?nault2010-09-241-2/+0
|\
| * [py3k] compat : __builtin__ will be replaced by builtins in py3kEmile Anclin2010-09-211-2/+0
* | [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-1/+1
|/
* fix some pylint detected errorsSylvain Th?nault2010-08-271-1/+1
* pytest: don't retest build/ directory (coming from setuptools)Julien Jehannet2010-07-301-7/+3
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-2/+16
* more license updatesSylvain Th?nault2010-04-261-1/+1
* fix some docstringsAurelien Campeas2010-04-151-9/+3
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
* [pytest] when -x option is given, stop on the first error even if there are m...Sylvain Th?nault2010-03-091-8/+20
* mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-231-10/+3
|\
| * let user do whatever he want of coverage dataSylvain Th?nault2009-10-201-10/+3
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-10/+10
|/
* [pytest] fix batchmode exeution, don't capture streamsAdrien Di Mascio2009-07-291-13/+4
* [pytest] fix error code handlingAdrien Di Mascio2009-07-291-4/+16
* [pytest] -c option now caputres DeprecationWarningsAdrien Di Mascio2009-07-291-3/+6
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-20/+20
* allows to skip a module by raising TestSkipped from module importludal2009-02-241-11/+24
* disable auto-colorizing (useless and even bad in most cases)Adrien Di Mascio2009-01-201-0/+3
* pytest option --restart : shortcut -r is now -R (conflict with another option)Fabrice Douchant2008-11-041-1/+1
* [#5555] add new pytest option restart that passes tests which succeeded (see ...Fabrice Douchant2008-10-241-1/+29
* doc upgrade to test taggingPierre-Yves David2008-09-091-0/+36
* allow by tag filteringPierre-Yves David2008-08-261-1/+3
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-1/+5