summaryrefslogtreecommitdiff
path: root/src/_pytest/_code
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-22code: convert from py.path to pathlibRan Benita
2020-10-31code: simplify Code constructionRan Benita
2020-10-31code: use properties for derived attributes, use slotsRan Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02Merge pull request #7837 from asottile/py36_union_pattern_matchAnthony Sottile
2020-10-02py36+: remove workaround for Union[Pattern/Match] bugAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-09-11Fix INTERNALERROR when accessing locals / globals with faulty `exec`Anthony Sottile
2020-09-03Fix handle of exceptions in ReprEntry with tb=lineBruno Oliveira
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-06Replace some usages of py.path.localRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-31typing: set no_implicit_reexportRan Benita
2020-07-24Revert change to traceback repr (#7535)Zac Hatfield-Dodds
2020-07-15Clearer guidance on pytest.raise(match=...) failure (#7499)Lewis Cowles
2020-07-10code/code: remove redundant __ne__ implementationRan Benita
2020-07-10code/code: remove Frame.exec_() methodRan Benita
2020-07-10code/code: remove Frame.is_true() methodRan Benita
2020-07-10code/code: type annotations & doc cleanupsRan Benita
2020-07-10Stop using ExceptionInfo.errisinstance internallyRan Benita
2020-07-01code/source: inline getsource()Ran Benita
2020-07-01code/source: remove compiling functionsRan Benita
2020-07-01code/source: remove unused method Source.putaround()Ran Benita
2020-07-01code/source: remove unused method Source.isparseable()Ran Benita
2020-07-01code/source: remove support for comparing Source with strRan Benita
2020-07-01code/source: remove support for passing multiple parts to SourceRan Benita
2020-07-01code/source: remove unneeded assertRan Benita
2020-07-01code/source: remove old IndentationError workaround in getsource()Ran Benita
2020-07-01code/source: remove Source(deindent: bool) parameterRan Benita
2020-07-01code/source: expose deindent kwarg in signatureRan Benita
2020-06-22config: improve typingRan Benita
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-12hookspec: type annotate pytest_internalerrorRan Benita
2020-06-05Improve types around repr_failure()Ran Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-30Issue 1316 - longrepr is a string when pytrace=False (#7100)Katarzyna Król
2020-05-28code: remove last usage of py.errorRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-05-12Replace bare `except`s with `except BaseException`Ran Benita
2020-05-06code: fix import cycles between code.py and source.pyRan Benita