summaryrefslogtreecommitdiff
path: root/src/_pytest/capture.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-07Stop importing `pytest` to avoid upcoming import cyclesRan Benita
2020-10-19Drop support for EOL Python 3.5Hugo van Kemenade
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02Merge pull request #7835 from asottile/py36_miscAnthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-08-16capture: fix disabled()/global_and_fixture_disabled() enabling capturing when...Ran Benita
2020-08-10capture: add type annotations to CaptureFixtureRan Benita
2020-08-10capture: overcome a mypy limitation by making CaptureResult a regular classRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-20Preserve newlines when captured with capfdAnthony Sottile
2020-07-10capture: type annotate return value of fixturesRan Benita
2020-06-12hookspec: type annotate pytest_internalerrorRan Benita
2020-06-12hookspec: type annotate pytest_keyboard_interruptRan Benita
2020-06-12Remove unused type: ignoresRan Benita
2020-06-08Fix issue where working dir becomes wrong on subst drive on Windows. Fixes #5...Fabio Zadrozny
2020-06-05Enable check_untyped_defs mypy option for src/Ran Benita
2020-06-05Type annotate _pytest.captureRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-27capture: remove unneeded getattrRan Benita
2020-05-27capture: formalize and check allowed state transition in capture classesRan Benita
2020-05-27capture: don't assume that the tmpfile is backed by a BytesIORan Benita
2020-05-27capture: reorder file into sections and avoid forward referencesRan Benita
2020-05-26capture: replace TeeSysCapture with SysCapture(tee=True)Ran Benita
2020-05-26capture: remove unused FDCapture tmpfile argumentRan Benita
2020-05-26capture: inline _capturing_for_request to simplify the control flowRan Benita
2020-05-26capture: remove some indirection in MultiCaptureRan Benita
2020-05-20Perform FD capturing even if the FD is invalidRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-05-05Move Capture classes from compat to capture and improve namingDaniel Hahler
2020-04-24pre-commit: update pyupgrade 1.18.0 -> 2.2.1Ran Benita
2020-03-27Change EnvironmentError, IOError to OSError - they are aliasesRan Benita
2020-03-16Fix crash when printing while capsysbinary is activeDaniel Hahler
2020-03-14Remove safe_text_dupfile() and simplify EncodedFileRan Benita
2020-03-12Assume os.dup is always availableRan Benita
2020-03-08doc: internal: fix `MultiCapture.readouterr` (#6878)Daniel Hahler
2020-02-22capture: factor out _get_multicapture (#6788)Daniel Hahler
2020-02-20capture: re-order classes (#6768)Daniel Hahler
2020-02-20capture: revisit/fix __repr__, define _in_suspended (#6749)Daniel Hahler
2020-02-13doc: add docstring for CaptureManager._capturing_for_request (#6698)Daniel Hahler
2020-02-10Fix CaptureManager.__repr__ (#6697)Daniel Hahler
2020-02-07capture: cleanup item fixture handling (#6663)Daniel Hahler
2020-01-28Merge master into featuresDaniel Hahler