summaryrefslogtreecommitdiff
path: root/pytest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* use TEST_DATABASE_NAME settings when availableAdrien Di Mascio2007-08-141-1/+5
* restored testonedir() method on PyTesterAdrien Di Mascio2007-07-301-0/+11
* Do not import django setup modules until it is really neededAdrien Di Mascio2007-07-301-25/+56
* first draft for making pytest django-compatible. Needs more refactoringAdrien Di Mascio2007-07-231-1/+93
* don't catch SystemExitAdrien Di Mascio2007-07-161-0/+2
* avoid pytest crash when the test module could not be importedAdrien Di Mascio2007-07-161-7/+21
* small cleanup (hand made commit from alf's repo, for technical reasons)David Douard2007-06-181-5/+3
* fix pytest coverage bugAdrien Di Mascio2007-06-051-13/+10
* do not remove TraceController : we use it later in the fileAlexandre Fayolle2007-06-041-1/+0
* bugfix (was crashing if devtools was not installed)Nicolas Chauvat2007-05-281-1/+1
* directly use settrace rather than aspect-like woven codeAdrien Di Mascio2007-04-231-53/+10