summaryrefslogtreecommitdiff
path: root/doc/en/reference.rst
AgeCommit message (Expand)Author
2021-01-26Doc: Move the module declaration to index.rstHong Xu
2021-01-02DOC: Mark pytest moduleHong Xu
2020-12-26runner: export pytest.CallInfo for typing purposesRan Benita
2020-12-26python: export pytest.Metafunc for typing purposesRan Benita
2020-12-20mark: export pytest.MarkGenerator for typing purposesRan Benita
2020-12-20mark: export pytest.MarkDecorator for typing purposesRan Benita
2020-12-20mark: export pytest.Mark for typing purposesRan Benita
2020-12-12Merge pull request #8130 from pytest-dev/release-6.2.0Ran Benita
2020-12-05Merge pull request #8055 from bluetech/unraisableRan Benita
2020-12-05Merge pull request #8017 from bluetech/typing-public-fixturesRan Benita
2020-11-30Custom multiple marker execution order (#8065)Shubham Adep
2020-11-21Add unraisableexception and threadexception pluginsRan Benita
2020-11-21Add str() support to LineMatcher (#8050)Maximilian Cosmo Sitter
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-11Add 'node_modules' to norecursedirsAdam Johnson
2020-11-09Export MonkeyPatch as pytest.MonkeyPatchRan Benita
2020-10-31Add FunctionDefinition to the reference docsBruno Oliveira
2020-10-22Fix small typo in reference.rst (#7922)Matthias Gabriel
2020-10-17Fix lintingBruno Oliveira
2020-10-17Added note to writing_plugins.rst (#7896)Nimesh Vashistha
2020-10-13List Testdir members in the docsBruno Oliveira
2020-10-12New pytester fixture (#7854)Bruno Oliveira
2020-10-05Update reference.rst informing the default junit_family (#7860)William Jamir Silva
2020-09-14Add full command-line flags to the reference docsBruno Oliveira
2020-09-06doc: fix broken cross referencesRan Benita
2020-09-04Merge pull request #7714 from bluetech/doc-prefer-publicBruno Oliveira
2020-09-04doc: prefer to reference by public name when possibleRan Benita
2020-09-04doc/reference: include PluginManager in PytestPluginManager and remove itRan Benita
2020-08-28Add missing File reference to the docsBruno Oliveira
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira
2020-08-04Properly remove log_printFlorian Bruhin
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-21Clarify usage of usefixtures mark in hooksKelton Bassingthwaite
2020-07-17docs: support Sphinx>=3.1 and require itRan Benita
2020-07-10New doc role: globalvar for special variablesBruno Oliveira
2020-07-10Add support for NO_COLOR and FORCE_COLOR (#7466)Hugo van Kemenade
2020-06-16Merge pull request #7370 from bluetech/typing3Ran Benita
2020-06-14doc/reference: move "Collection hooks" before "Test running hooks"Ran Benita
2020-06-14hookspec: improve runtest hooks documentationRan Benita
2020-06-14doc/reference: add CollectReportRan Benita
2020-06-14doc/reference: refer to function public names instead of internal _pytest namesRan Benita
2020-06-13Add more tests and docsGleb Nikonorov
2020-06-12Merge pull request #7330 from gnikonorov/issue_7305Bruno Oliveira
2020-06-12rename _emit_warning_or_fail to _warn_or_fail_if_strict and fix a doc typoGleb Nikonorov
2020-06-10review feedbackGleb Nikonorov
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2020-06-07documentation fixesGleb Nikonorov
2020-06-06Update documentation as suggestedGleb Nikonorov
2020-06-06Touchup pre-PRGleb Nikonorov