summaryrefslogtreecommitdiff
path: root/src/_pytest/hookspec.py
AgeCommit message (Expand)Author
2019-11-13doc: s/_pytest.config.Parser/_pytest.config.argparsing.Parser/Daniel Hahler
2019-11-06Making it possible to access the pluginmanager in the pytest_ad… (#6106)Bruno Oliveira
2019-10-30Making it possible to access the pluginmanager in the pytest_addoption hookJoshua Storck
2019-10-30Remove 'experimental' status from report serialization hooksBruno Oliveira
2019-10-15Add missing version added/changed markers to docsBruno Oliveira
2019-06-30Remove 'pytest_logwarning' hookBruno Oliveira
2019-06-26Improve docs and referenceBruno Oliveira
2019-06-26Using ini-file option instead of cmd option.Victor Maryama
2019-06-25Added msg to docstring for cleaning pyc.Victor Maryama
2019-06-25Now dependent on command line option.Victor Maryama
2019-06-25Added "experimental" note.Victor Maryama
2019-06-24Assertion passed hookVictor Maryama
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-04Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-05-02doc: fix hooks 'path' parameter doc typeDamianSkrzypczak
2019-04-14doc: pytest_deselected: not only via keywordsDaniel Hahler
2019-03-29Merge master into featuresDaniel Hahler
2019-03-28Update docs for 'pytest_cmdline_parse' hook to note availability liminationsGary Tyler
2019-03-28Rename hooks: to/from_serializableBruno Oliveira
2019-03-25Code review suggestionsBruno Oliveira
2019-03-25Add pytest_report_serialize and pytest_report_unserialize hooksBruno Oliveira
2019-03-25Docs: modules implementing pytest_cmdline_parse can be early-loadedBruno Oliveira
2019-03-01Run isortDaniel Hahler
2019-01-29Add config to pytest_terminal_summary hookBruno Oliveira
2019-01-28Add config parameter to pytest_report_teststatus hookBruno Oliveira
2018-12-14Remove config.warn, Node.warn; pytest_logwarning issues a warning when implem...Bruno Oliveira
2018-11-19remove pytest namespace hookRonny Pfannschmidt
2018-11-03Merge remote-tracking branch 'upstream/master' into release-3.10.0Bruno Oliveira
2018-10-29Spelling and grammar fixesVille Skyttä
2018-10-25Merge remote-tracking branch 'origin/master' into merge-masterAnthony Sottile
2018-10-25pytest_{enter,leave}_pdb: pass through pdb instanceDaniel Hahler
2018-10-25pdb: resume capturing after `continue`Daniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-25Document that item parameter of pytest_warning_captured hook is deprecatedBruno Oliveira
2018-09-04Revert to having just "runtest" as "when" parameter of the pytest_warning_cap...Bruno Oliveira
2018-09-04Add "setup", "call" and "teardown" values to "when" parameter of pytest_warni...Bruno Oliveira
2018-09-04Implement hack to issue warnings during configBruno Oliveira
2018-09-04Make terminal capture pytest_warning_captureBruno Oliveira
2018-09-04Implement new pytest_warning_captured hookBruno Oliveira
2018-07-30Move warning definition to deprecated moduleBruno Oliveira
2018-07-30Fix test and update warning in pytest_namespace docsBruno Oliveira
2018-07-29Warn when implementations exist for pytest_namespace hookBruno Oliveira
2018-05-26switch to src layoutRonny Pfannschmidt