summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14nose: type annotate with some resulting refactoringRan Benita
2021-01-14unittest: add clarifying comment on unittest.SkipTest -> pytest.skip codeRan Benita
2021-01-14nose,fixtures: use the public item API for adding finalizersRan Benita
2021-01-13unittest: cleanup unexpected success handling (#8231)Anton
2021-01-11Merge pull request #8235 from pytest-dev/dependabot/pip/testing/plugins_integ...Bruno Oliveira
2021-01-11Merge pull request #8234 from pytest-dev/dependabot/pip/testing/plugins_integ...Bruno Oliveira
2021-01-11build(deps): bump django in /testing/plugins_integrationdependabot[bot]
2021-01-11build(deps): bump pytest-mock in /testing/plugins_integrationdependabot[bot]
2021-01-08Merge pull request #8232 from imrehg/docRan Benita
2021-01-08Add missing import into example script in documentationGergely Imreh
2021-01-05Merge pull request #8225 from The-Compiler/training-updateBruno Oliveira
2021-01-05doc: Add note about training early bird discountFlorian Bruhin
2021-01-05Merge pull request #8220 from xuhdev/module-docBruno Oliveira
2021-01-04Merge pull request #8218 from bluetech/reports2Ran Benita
2021-01-04Add dot prefix if file makefile extension is invalid for pathlib (#8222)bengartner
2021-01-02Merge pull request #8216 from xuhdev/testdir-pytesterRan Benita
2021-01-02DOC: Mark pytest moduleHong Xu
2021-01-01python: inline a simple methodRan Benita
2021-01-01Always use getfixturemarker() to access _pytestfixturefunctionRan Benita
2021-01-01fixtures: type annotate FixtureRequest.keywordsRan Benita
2021-01-01fixtures: simplify FixtureRequest._get_fixturestack()Ran Benita
2021-01-01DOC: Update multiple references to testdir to pytesterHong Xu
2021-01-01Merge pull request #8214 from sousajf1/sousajo_patch_8204_1Ran Benita
2021-01-01pytest-dev#8204 migrate tests on testing/code/test_source to tmp_pathsousajo
2021-01-01pytest-dev#8204 migrate some tests to tmp_path fixture (#8209)sousajf1
2021-01-01reports: improve a type annotationRan Benita
2021-01-01reports: BaseReport.{passed,failed,skipped} more friendly to mypyRan Benita
2020-12-31Add missing fixture (#8207)mefmund
2020-12-30Fix failing staticmethod tests if they are inherited (#8205)Anton
2020-12-30Merge pull request #8195 from christophebedard/add-missing-space-version-opti...Ran Benita
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-29Merge pull request #8194 from bluetech/typing-public-3Ran Benita
2020-12-28Merge pull request #8188 from antonblr/subprocess-coverageRan Benita
2020-12-28Add missing space in '--version' help messageChristophe Bedard
2020-12-26coverage: Include code that runs in subprocessesantonblr
2020-12-26runner: export pytest.CallInfo for typing purposesRan Benita
2020-12-26python: export pytest.Metafunc for typing purposesRan Benita
2020-12-26nodes: avoid needing to expose NodeKeywords for typingRan Benita
2020-12-26Merge pull request #8174 from bluetech/py-to-pathlib-5Ran Benita
2020-12-22Merge pull request #8185 from bluetech/revert-docs-pygments-workaroundBruno Oliveira
2020-12-22Merge pull request #8187 from pytest-dev/asottile-patch-1Bruno Oliveira
2020-12-22Add badge for pre-commit.ciAnthony Sottile
2020-12-22Revert "doc: temporary workaround for pytest-pygments lexing error"Ran Benita
2020-12-22Convert most of the collection code from py.path to pathlibRan Benita
2020-12-22testing: convert some tmpdir to tmp_pathRan Benita
2020-12-22pathlib: missing type annotation for fnmatch_exRan Benita
2020-12-22testing/test_config: check inipath instead of inifileRan Benita
2020-12-22testing/test_helpconfig: remove unclear commentRan Benita
2020-12-22code: convert from py.path to pathlibRan Benita
2020-12-22Merge pull request #8179 from bluetech/typing-public-markRan Benita