summaryrefslogtreecommitdiff
path: root/src/_pytest/runner.py
AgeCommit message (Expand)Author
2020-10-19runner: combine a sort+reverse to a sort(reverse=True)Ran Benita
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-09-05Make min duration configurable for slowest tests (#7667)Sorin Sbarnea
2020-08-04Improve typing of reports' longrepr fieldRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-10Stop using ExceptionInfo.errisinstance internallyRan Benita
2020-06-26Reduce calls of Node.ihookLukas Geiger
2020-06-14runner: don't try to teardown previous items from pytest_runtest_setupRan Benita
2020-06-05Improve types around repr_failure()Ran Benita
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate main.py and some parts related to collectionRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-05Type annotate some misc places with no particular connectionRan Benita
2020-05-23Introduce _pytest.timing as a way to control timing during testsBruno Oliveira
2020-05-12Replace bare `except`s with `except BaseException`Ran Benita
2020-04-30terminalwriter: don't flush implicitly; add explicit flushesRan Benita
2020-04-06Fix flaky TestDurations testRan Benita
2020-03-29Improved time counter used to compute test durations. (#6939)smarie
2020-03-27doc: use `envvar` directive for environment variables (#6874)Daniel Hahler
2020-03-07Simplify some exception handling codeRan Benita
2020-03-03Use attrs with all Repr classes (#6739)Daniel Hahler
2020-02-15Avoid getattr when dispatching pytest_runtest_* hooksRan Benita
2020-02-10Remove some redundant commasRan Benita
2020-01-19typing: fix _TracebackStyle: add "line"Daniel Hahler
2020-01-16Use `TYPE_CHECKING` instead of `False`Daniel Hahler
2020-01-14master: update mypy 0.740 -> 0.761Ran Benita
2019-11-21clear sys.last_traceback via del instead of = NoneMark Dickinson
2019-11-05typing around Node.location, reportinfo, repr_excinfo etcDaniel Hahler
2019-10-19Improve/revisit CallInfo.__repr__Daniel Hahler
2019-09-28Fix --setup-only and --setup-show for custom pytest itemsBruno Oliveira
2019-08-16Fix some check_untyped_defs = True mypy warningsRan Benita
2019-07-17Remove unnecessary checks from SetupStateRan Benita
2019-07-11Remove support code for unittest 2Bruno Oliveira
2019-06-03manual: remove dependence on sixAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-03minor: check_interactive_exception: use SkippedDaniel Hahler
2019-03-21Fix some issues related to "-p no:X" with default_pluginsDaniel Hahler
2019-03-19Internal refactorings in order to support the new pytest-subtests pluginBruno Oliveira
2019-01-29fixes for flake8 3.7Anthony Sottile