summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-24testing: fix some tests to be more realisticRan Benita
2021-01-24testing/test_runner: make SetupState tests use a proper SetupStateRan 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-19Fix pep8 import order in docs (#8253)Jeff Widman
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-15Merge pull request #8241 from bluetech/skip-improvementsRan 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-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