summaryrefslogtreecommitdiff
path: root/pytest.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* make pytest less verbose when running recursively with a specific patternAdrien Di Mascio2008-07-111-3/+10
* fix pause_tracingPierre-Yves David2008-07-031-1/+1
* recognize testdir/testfile with regexpspierre-yves david2008-06-301-9/+8
* consider the current directory as a test dir even if its name is not test or ...Stephanie Marcu2008-05-231-2/+7
* cleaning a bit pytest.pyStephanie Marcu2008-05-231-6/+5
* add some doc about TestCase.optval()Adrien Di Mascio2008-05-071-0/+9
* make pytestconf live againAdrien Di Mascio2008-05-071-25/+93
* we need '' in path anywaySylvain2008-01-231-0/+2
* remove sys.path modification in pytestSylvain2008-01-181-5/+2
* pytest: let KeyboardInterrupt propagateSylvain2007-11-301-1/+1
* profile option for pytestSylvain2007-11-261-5/+15
* 2.3 compatibilitySylvain2007-11-261-1/+4
* print tracebackSylvain2007-11-221-1/+2
* do not crash when django is not installedNicolas Chauvat2007-08-291-1/+1