summaryrefslogtreecommitdiff
path: root/src/_pytest/hookspec.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-15hookspec: add pathlib.Path alternatives to py.path.local parameters in hooksRan Benita
2020-12-12Add `pytest_markeval_namespace` hook.Pedro Algarvio
2020-10-24make some hookspec docstrings technically correctsymonk
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-04doc: prefer to reference by public name when possibleRan Benita
2020-08-24hookspec: type annotate parent argument to pytest_collect_fileRan Benita
2020-08-24Merge pull request #7669 from bluetech/collection-docRan Benita
2020-08-24hookspec: improve collection phase documentation a bitRan Benita
2020-08-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-07-10hookspec: change Node -> Union[Item, Collector] to avoid exposing NodeRan Benita
2020-06-25hookspec: remove unused hookspec pytest_doctest_prepare_content()Ran Benita
2020-06-25hookspec: improve typing of some remaining hooksRan Benita
2020-06-22config: improve typingRan Benita
2020-06-14hookspec: improve runtest hooks documentationRan Benita
2020-06-14hookspec: type annotate pytest_runtest_log{start,finish}Ran Benita
2020-06-13hookspec: fix return type annotation of pytest_runtest_makereportRan Benita
2020-06-12hookspec: type annotate pytest_internalerrorRan Benita
2020-06-12hookspec: type annotate pytest_keyboard_interruptRan Benita
2020-06-05Type annotate _pytest.warningsRan Benita
2020-06-05Type annotate _pytest.debugging (a bit)Ran Benita
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate misc functionsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate fixtures.py & relatedRan Benita
2020-06-05Type annotate main.py and some parts related to collectionRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-02warnings: fix missing None in existing hook & add some docs (#7288)Ran Benita
2020-05-27fix the unit tests, add the proper deprecation warning, and add in a changelo...Gleb Nikonorov
2020-05-27provide missing location parameter, and add type annotations to the hookspecGleb Nikonorov
2020-05-25Address all feedback, minus the empty sring v None nodeid which is being disc...Gleb Nikonorov
2020-05-24rename pytest_warning_record -> pytest_warning_recordedGleb Nikonorov
2020-05-24Add in a new hook pytest_warning_recorded for warning captureGleb Nikonorov
2020-05-05Merge pull request #6993 from blueyed/doc-pytest_collection-upstreamRan Benita
2020-04-09revisitDaniel Hahler
2020-04-07doc: document inversed lines with terminal report hooks (#7016)Daniel Hahler
2020-04-04Document the pytest_report_teststatus hook better and test uncovered function...Ran Benita
2020-04-02Update src/_pytest/hookspec.pyDaniel Hahler
2020-03-31doc: pytest_collection: has to set `session.items`Daniel Hahler
2020-03-03fix #571: deprecate pytest_collect_directory as ... (#6847)Ronny Pfannschmidt
2020-02-14Don't delete FixtureDef.cached_result, set it to None insteadRan Benita
2020-01-31Remove deprecated 'pytest_itemstart' hook (#6637)Bruno Oliveira
2020-01-31Merge branch 'master' into master-to-featuresRan Benita
2020-01-30Remove deprecated 'pytest_itemstart' hookBruno Oliveira
2020-01-30typing: pytest_collectionDaniel Hahler
2019-11-22Add stacklevel tests for warnings, 'location' to pytest_warning_capturedPhilipp Loose