summaryrefslogtreecommitdiff
path: root/_pytest/main.py
AgeCommit message (Expand)Author
2014-10-06docs for "pytest_addhooks" hook. Thanks Bruno Oliveira.holger krekel
2014-10-02change the defaults from a tuple to a list so I can use config.addinivalue_li...Dj Gilcrease
2014-10-01call scanning of plugins directly, code is shifted from helpconfig.py to core.pyholger krekel
2014-10-01refine internal management of plugins and conftest filesholger krekel
2014-09-05Use py3k compatible .__getattr__() codeFloris Bruynooghe
2014-08-11hopefully final fix for strange infinite recursion buguweschmitt
2014-07-31Removing py.std usage from _pytestBruno Oliveira
2014-07-03Merged in msabramo/pytest/norecursedirs_add_star_dot_egg (pull request #177)holger krekel
2014-07-03Add *.egg to default for norecursedirsMarc Abramowitz
2014-06-29fix issue364: shorten and enhance tracebacks representation by default.holger krekel
2014-06-28Cleaner implementation of early handling of the '-c' command line switch.Christian Henz
2014-06-27Implement the "-c" command line switch that allows to explicitly specifiy the...christian@christian-linux.sarrazin.local
2014-04-03Merged in jurko/pytest/break_ExceptionInfo_reference_cycles (pull request #144)holger krekel
2014-04-02cleanup internal conftest handling and avoid the strange None entry in the co...holger krekel
2014-04-02break reference cycles caused by storing local reference to exception infoJurko Gospodnetić
2014-03-27merge in current defaultholger krekel
2014-03-14Fixed pyflakes errors.schlamar
2014-03-14Fixed race condition with SkipTest when module not in sys.modules on collection.schlamar
2014-03-14remove externally setting and dealing with "item.outerr" from capturing in fa...holger krekel
2014-03-11introduce warning system with this API:holger krekel
2014-01-25merge from defaultRonny Pfannschmidt
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-12-07radically simplify eq/neq with nodes by just using Pythons builtin "is" relat...holger krekel
2013-12-07refactor internal finalization mechanics such that all fixture argumentsholger krekel
2013-11-19fix ordering when mock.patch or other standard decorator-wrappingsholger krekel
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-10-03more fixes regarding marking, in particular plugins should use add_marker/get...holger krekel
2013-10-03simplify the implementation of NodeKeywords getting rid of __ descriptors app...holger krekel
2013-10-02remove unused imports (using "importchecker" project)holger krekel
2013-09-30some more separation of core pluginmanager from pytest specific functionality.holger krekel
2013-09-30shift pytest_configure/unconfigure/addoption/namespace hook calling to config...holger krekel
2013-09-28introduce pluginmanager.ensure_teardown() which allowsholger krekel
2013-09-08output errors for all failures of specific collectionRonny Pfannschmidt
2013-09-06- fix issue181: --pdb now also works on collect errors. This washolger krekel
2013-09-06xfail some tests for doctest support if pdbpp is installedholger krekel
2013-08-16merge pull request #27: correctly handle nose.SkipTest during collection. Th...holger krekel
2013-08-02ref #322 cleanup all teardown calling to only happen when setup succeeded.holger krekel
2013-08-01changes to addoption() for hyphenated long-optionsAnthon van der Neut
2013-07-25moving from optparse to argparse. Major difficulty isAnthon van der Neut
2013-06-10make sessionfinish hooks execute with the same cwd-context as atholger krekel
2013-05-27Issue 306: Used a set for the extra_keywords, and used listchain for parent i...Wouter van Ackooy
2013-05-20Fixed issue #306: Keywords and markers are now matched in a defined way. Also...Wouter van Ackooy
2013-03-14(antocuni, ronny around): import directly from _pytest.runner to avoid the us...Antonio Cuni
2013-03-14correctly handle nose.SkipTest during collectionAntonio Cuni
2013-02-14unify logic for error exit on test failuresRonny Pfannschmidt
2012-10-22make sure ihook uses a node's fspath - important for hooksholger krekel
2012-10-18remove .markers attribute which was added in development and after 2.2.4holger krekel
2012-10-05make the default non-error pass simpler and faster, refine error reporting by...holger krekel
2012-10-05rename a number of internal and externally visible variables to use the fixtu...holger krekel
2012-09-30move Item.applymarker to Node, and defer to it from Funcargrequest.applymarkerRonny Pfannschmidt