summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-25change istestfunction to callable() (#8374)Simon K
2021-02-25Fixed an issue where `getpass.getuser()` contained illegal characters for fil...Simon K
2021-02-23Allow Class.from_parent to forward custom parameters to the constructorFlorian Bruhin
2021-02-08Merge pull request #8323 from bluetech/setupstate-refactor-3Ran Benita
2021-02-07Merge pull request #8248 from RonnyPfannschmidt/mixin-mro-positionRonny Pfannschmidt
2021-02-06runner: add clarifying comments on why runtestprotocol re-inits the FixtureRe...Ran Benita
2021-02-06runner: rename SetupState.prepare -> setupRan Benita
2021-02-06runner: add a safety assert to SetupState.prepareRan Benita
2021-02-05Type annotation for request.param (#8319)Pax
2021-02-05Merge pull request #8315 from bluetech/parser-proper-deprecationRan Benita
2021-02-05config/argparsing: use proper deprecations instead of ad-hoc DeprecationWarningRan Benita
2021-02-04Type annotation polishing for symbols around Pytester.run (#8298)Hong Xu
2021-01-29Remove some no longer needed type-ignoresRan Benita
2021-01-29Doc: Clarify pytester.run (#8294)Hong Xu
2021-01-28Merge pull request #8260 from nicoddemus/faulthandler-mode-X-8258Bruno Oliveira
2021-01-25Remove mypy workaround after 0.800 updateBruno Oliveira
2021-01-25Only re-enable fauthandler during unconfigure if it was enabled beforeBruno Oliveira
2021-01-24runner: avoid using node's store in SetupStateRan Benita
2021-01-24runner: add docstring to SetupState and improve variable naming a bitRan Benita
2021-01-24runner: schedule node.teardown() call already at setupRan Benita
2021-01-24runner: use insertion-ordered dict instead of stack, dict pairRan Benita
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-20Always handle faulthandler stderr even if already enabledBruno Oliveira
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-17alter the PyObjMixin to carry over typing information from NodeRonny Pfannschmidt
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