summaryrefslogtreecommitdiff
path: root/testing/test_runner.py
AgeCommit message (Expand)Author
2021-03-06implement Node.path as pathlib.PathRonny Pfannschmidt
2021-02-06runner: rename SetupState.prepare -> setupRan Benita
2021-01-24runner: add docstring to SetupState and improve variable naming a bitRan Benita
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: 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
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-10-25testing: python 3.10 fixRan 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-08-03testing: fix some docstring issuesRan Benita
2020-07-29Fix TestReport.longreprtext when TestReport.longrepr is not a stringBruno Oliveira
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-03testing: change a test to not use deprecated pluggy __multicall__ protocolRan Benita
2020-05-30Issue 1316 - longrepr is a string when pytrace=False (#7100)Katarzyna Król
2020-04-07Remove TestExecutionForked - xdist.boxed has gone since long (#7021)Daniel Hahler
2020-02-21tests: runner: improve/ignore coverage (#6781)Daniel Hahler
2020-02-19Use TYPE_CHECKING (#6771)Daniel Hahler
2020-02-18Use a hack to make typing of pytest.fail.Exception & co workRan Benita
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-01-22tests: use NotImplementedError with uncovered codeDaniel Hahler
2020-01-19Fix check_untyped_defs in test_runnerRan Benita
2019-12-14delete inspect.getargspect() as is deprecated since Python 3.0marc
2019-11-21Modify test for new expected behaviourMark Dickinson
2019-10-23pytester: runpytest_inprocess: use splitlines()Daniel Hahler
2019-10-19Improve/revisit CallInfo.__repr__Daniel Hahler
2019-10-08Merge master into featuresDaniel Hahler
2019-10-06Fix spurious ResourceWarning stderr in testsuite againAnthony Sottile
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-07-09Improve type-checking in OutcomeExceptionBruno Oliveira
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony 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-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-04-14Update testing/test_runner.pyDaniel Hahler
2019-04-14test_pytest_exit_returncode: ignore ResourceWarningsDaniel Hahler
2019-04-03wrap_session: restore old behavior for initstate=1Daniel Hahler
2019-03-23tests: fnmatch_lines: use listDaniel Hahler