summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-08Migrate to pytester: test_capture.py, test_terminal.py, approx.py (#8108)Anton
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
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-03testing: fix some docstring issuesRan Benita
2020-07-20Preserve newlines when captured with capfdAnthony Sottile
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-27capture: remove some unclear parametrization from a testRan Benita
2020-05-27capture: formalize and check allowed state transition in capture classesRan Benita
2020-05-26capture: replace TeeSysCapture with SysCapture(tee=True)Ran Benita
2020-05-26capture: remove some indirection in MultiCaptureRan Benita
2020-05-20Perform FD capturing even if the FD is invalidRan Benita
2020-05-13Create LogCaptureHandler if necessary (closes #6240)Felix Nieuwenhuizen
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-04-08Fix FD leak in test__get_multicapture (#7037)Daniel Hahler
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-07pre-commit run --all-filesDaniel Hahler
2020-02-22capture: factor out _get_multicapture (#6788)Daniel Hahler
2020-02-20capture: revisit/fix __repr__, define _in_suspended (#6749)Daniel Hahler
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-07capture: cleanup item fixture handling (#6663)Daniel Hahler
2020-01-28Merge master into featuresDaniel Hahler
2020-01-25typing: tests: tmpfileDaniel Hahler
2020-01-25typing: EncodedFileDaniel Hahler
2020-01-25Fix `EncodedFile.writelines`Daniel Hahler
2020-01-25Merge master into featuresDaniel Hahler
2020-01-25Fix EncodedFile.write return valueTomáš Gavenčiak
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-18[features] tests: fix test_crash_on_closing_tmpfile_py27Daniel Hahler
2020-01-18tests: fix test_crash_on_closing_tmpfile_py27Daniel Hahler
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-12-09Include new --capture-mode=tee-sys optioncmachalo
2019-11-16Remove a PyPy version check for an unsupported versionRan Benita
2019-11-06Merge pull request #6103 from blueyed/lsof_checkDaniel Hahler
2019-11-06Merge pull request #6084 from blueyed/merge-rmDaniel Hahler
2019-11-02Merge pull request #6067 from blueyed/harden-testDaniel Hahler
2019-10-29lsof_check: include exc with skip messageDaniel Hahler
2019-10-28Merge pull request #5990 from MarcoGorelli/plurality-matchingDaniel Hahler
2019-10-28tests: fix testing/test_capture.py::test_typeerror_encodedfile_writeDaniel Hahler
2019-10-27tests: merge/remove test_dontreadfrominput_buffer_python3Daniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli