summaryrefslogtreecommitdiff
path: root/testing/code/test_excinfo.py
AgeCommit message (Expand)Author
2021-01-01pytest-dev#8204 migrate some tests to tmp_path fixture (#8209)sousajf1
2020-12-22code: convert from py.path to pathlibRan Benita
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-10-31code: simplify Code constructionRan Benita
2020-10-31code: use properties for derived attributes, use slotsRan Benita
2020-10-19Remove redundant Python 2.7 codeHugo van Kemenade
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
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-03testing: fix some docstring issuesRan Benita
2020-07-15Clearer guidance on pytest.raise(match=...) failure (#7499)Lewis Cowles
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-04testing: skip some unreachable code in coverageRan Benita
2020-07-01code/source: remove compiling functionsRan Benita
2020-06-22config: improve typingRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-12Replace bare `except`s with `except BaseException`Ran Benita
2020-04-30terminalwriter: remove TerminalWriter's stringio argumentRan Benita
2020-02-21Improve doc/typing/message for `ExceptionInfo.match` (#6776)Daniel Hahler
2020-01-24tests: fix test_repr_traceback_with_invalid_cwdDaniel Hahler
2020-01-23config: typing for create_terminal_writer, re-export TerminalWriterDaniel Hahler
2020-01-19Merge pull request #6509 from blueyed/typing-minorDaniel Hahler
2020-01-19typing: py.io.TerminalWriter for tw argumentsDaniel Hahler
2020-01-19tests: test_excinfo: remove unused pytest_version_infoDaniel Hahler
2019-11-16Add type annotations to _pytest._code.codeRan Benita
2019-11-16Simplify a FormattedExcinfo testRan Benita
2019-11-16Remove unneeded getrawcode() calls from testsRan Benita
2019-11-07tests: use ids (#6145)Daniel Hahler
2019-11-07test_exc_chain_repr_without_traceback: use idsDaniel Hahler
2019-11-06saferepr: handle BaseExceptionsDaniel Hahler
2019-11-05typing around Node.location, reportinfo, repr_excinfo etcDaniel Hahler
2019-10-09Improve ExceptionInfo.__repr__Daniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-09-14Handle --fulltrace with pytest.raisesDaniel Hahler
2019-08-26Move TWMock class to a fixtureBruno Oliveira
2019-08-02Merge master into featuresDaniel Hahler
2019-08-01shouldnt -> shouldn'tSemen Zhydenko
2019-07-14Allow creating ExceptionInfo from existing exc_info for better typingRan Benita
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-06-06Remove ExceptionInfo.__str__, falling back to __repr__Bruno Oliveira
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-09Remove unused markers and enable --strict-markersBruno Oliveira
2019-04-19Fix handle repr error with showlocals and verbose outputNikolay Kondratyev
2019-04-05Add _sys_snapshot fixture and use it with more testsDaniel Hahler