summaryrefslogtreecommitdiff
path: root/testing/io
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-07-11Merge pull request #7481 from bluetech/tw-unicode-escapeBruno Oliveira
2020-07-11Merge pull request #7472 from bluetech/cleanups-4Ran Benita
2020-07-11terminalwriter: bring back handling of printing characters not supported by s...Ran Benita
2020-07-10Add support for NO_COLOR and FORCE_COLOR (#7466)Hugo van Kemenade
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-26Fix-6906: Added code-highlight option to disable highlighting optionallygdhameeja
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-26Improve our own wcwidth implementation and remove dependency on wcwidth packageRan Benita
2020-05-06Merge pull request #7135 from pytest-dev/terminalwriterBruno Oliveira
2020-05-05'saferepr' handles classes with broken __getattribute__Bruno Oliveira
2020-04-30terminalwriter: clean up markup function a bitRan Benita
2020-04-30testing: merge code/test_terminal_writer.py into io/test_terminalwriter.pyRan Benita
2020-04-30testing/io: port TerminalWriter tests from pyRan Benita
2020-02-12_pformat_dispatch: pass through args (#6715)Daniel Hahler
2019-11-06py38: do not call None() directlyDaniel Hahler
2019-11-06saferepr: handle BaseExceptionsDaniel Hahler
2019-07-15saferepr: Avoid indirect function callsRan Benita
2019-07-14saferepr: Use an __init__ instead of setting attributes after constructionRan Benita
2019-06-06small mypy fixesAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-01-20Fix linting errors and py references in saferepr.pyAnthony Sottile
2019-01-20copy saferepr from pylib verbatimAnthony Sottile