summaryrefslogtreecommitdiff
path: root/src/_pytest/doctest.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-19doctest: use Path instead of py.path where possibleRan Benita
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony 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-24hookspec: type annotate parent argument to pytest_collect_fileRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-05Improve types around repr_failure()Ran Benita
2020-06-05Type annotate _pytest.doctestRan Benita
2020-06-05Type annotate main.py and some parts related to collectionRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-07Fix _is_setup_py for files encoded differently than localeAnthony Sottile
2020-02-24doctest: strip newlines with unexpected exceptions (#6801)Daniel Hahler
2020-02-19doctest: handle any OutcomeException (#6669)Daniel Hahler
2020-02-15Add Item.runtest stub implementationRan Benita
2020-01-29Fix 6341 disallow session config in fromparent (#6387)Bruno Oliveira
2020-01-24Merge master into featuresDaniel Hahler
2020-01-23config: typing for create_terminal_writer, re-export TerminalWriterDaniel Hahler
2020-01-23Revert "Revert "Fix type errors after adding types to the `py` dependency""Daniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-20Revert "Fix type errors after adding types to the `py` dependency"Ran Benita
2020-01-19Fix type errors after adding types to the `py` dependencyRan Benita
2020-01-19typing: py.io.TerminalWriter for tw argumentsDaniel Hahler
2020-01-16Merge master into featuresDaniel Hahler
2020-01-16Use `TYPE_CHECKING` instead of `False`Daniel Hahler
2020-01-15fix #6341 - disallow session/config in Node.from_parentRonny Pfannschmidt
2020-01-14master: update mypy 0.740 -> 0.761Ran Benita
2020-01-01Update mypy 0.750 -> 0.761Ran Benita
2019-12-03Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-11-23deprecate direct node construction and introduce Node.from_parentRonny Pfannschmidt
2019-11-22Fix line detection for properties in doctest testsNikolay Kondratyev
2019-11-05typing around Node.location, reportinfo, repr_excinfo etcDaniel Hahler
2019-10-23Remove some type: ignores fixed in typeshedRan Benita
2019-10-23Fix check_untyped_defs errors in doctestRan Benita
2019-10-23Merge pull request #6045 from blueyed/minorDaniel Hahler
2019-10-23typing for ReprFailDoctestDaniel Hahler
2019-10-23doctest: pytest_unconfigure: reset RUNNER_CLASSDaniel Hahler
2019-07-19doctest: handle BdbQuitDaniel Hahler
2019-07-08doctest: Add +NUMBER option to ignore irrelevant floating-point differencesDavid Röthlisberger
2019-06-28Refactoring doctestsAmirElkess
2019-06-09Emit warning for broken objectZac-HD
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile