summaryrefslogtreecommitdiff
path: root/src/_pytest
AgeCommit message (Expand)Author
2021-01-24runner: replace setdefault with an unconditional setRan Benita
2021-01-24runner: enable a commented assertion in SetupState.addfinalizerRan Benita
2021-01-24fixtures: make sure to properly setup stack for _fill_fixtures_implRan Benita
2021-01-24runner: collapse exception handling in SetupState.teardown_exact()Ran Benita
2021-01-24runner: ensure item.teardown() is called even if a finalizer raisedRan Benita
2021-01-24runner: make sure SetupState._finalizers is always set for a node in the stackRan Benita
2021-01-24runner: inline SetupState._pop_and_teardown()Ran Benita
2021-01-24runner: express SetupState.teardown_all() in terms of teardown_exact() and re...Ran Benita
2021-01-24runner: inline a couple of SetupState methodsRan Benita
2021-01-24runner: remove dead code in teardown_all()Ran Benita
2021-01-24runner: inline SetupState._teardown_towards()Ran Benita
2021-01-24runner: reorder SetupState method to make more senseRan Benita
2021-01-24runner: use node's Store to keep private SetupState state instead of an attri...Ran Benita
2021-01-24runner: complete type annotations of SetupStateRan Benita
2021-01-21Explain how to create binary files in the doc of `pytest.makefile`. (#8255)Hong Xu
2021-01-20Merge pull request #8250 from daq-tools/fix-twisted-captureBruno Oliveira
2021-01-18Fix faulthandler for Twisted Logger when used with "--capture=no"Andreas Motl
2021-01-18Merge pull request #8242 from bluetech/deprecate-unittest-skip-collectionRan Benita
2021-01-15Deprecate raising unittest.SkipTest to skip tests during collectionRan Benita
2021-01-14Improve way in which skip location is fixed up when skipped by markRan Benita
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-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-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-01reports: improve a type annotationRan Benita
2021-01-01reports: BaseReport.{passed,failed,skipped} more friendly to mypyRan Benita
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-28Add missing space in '--version' help messageChristophe Bedard
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-22Convert most of the collection code from py.path to pathlibRan Benita
2020-12-22pathlib: missing type annotation for fnmatch_exRan Benita
2020-12-22code: convert from py.path to pathlibRan 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-19doctest: use Path instead of py.path where possibleRan Benita
2020-12-19config: let main() accept any os.PathLike instead of just py.path.localRan Benita
2020-12-19terminal: remove unused union arm in WarningReport.fslocationRan Benita
2020-12-18address commentsantonblr