summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
AgeCommit message (Expand)Author
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
2019-10-27tests: harden test_disabled_capture_fixtureDaniel Hahler
2019-10-27Merge master into featuresDaniel Hahler
2019-10-26Replace py.io.TextIO with io.StringIORan Benita
2019-10-23Fix check_untyped_defs errors in captureRan Benita
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-06-25Merge remote-tracking branch 'upstream/features' into merge-features-into-masterBruno Oliveira
2019-06-25 Do not allow abbreviated argumentsZac Hatfield-Dodds
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
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-23Fix invalid Python file encoding "utf8" (#5252)Bruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-05-14Remove 'b' from sys.stdout.modeAnthony Sottile
2019-05-12Fix invalid Python file encoding "utf8"Raul Tambre
2019-05-09Remove the 'issue' marker from test suiteBruno Oliveira
2019-04-19capture: track current state in _state attributesDaniel Hahler
2019-04-10Fix test_error_during_readouterr: syspathinsert is unusedDaniel Hahler
2019-03-31Register "issue" mark for self-testsZac-HD
2019-03-26Merge master into featuresDaniel Hahler
2019-03-23test_collect_capturing: cover captured stderrDaniel Hahler
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-03-20Merge pull request #4950 from blueyed/captureDaniel Hahler
2019-03-19Revisit _pytest.capture: repr, doc fixes, minorDaniel Hahler
2019-03-18capture: fix FDCapture.__repr__ without targetfd_saveDaniel Hahler
2019-03-04tests: make test_crash_on_closing_tmpfile_py27 more reliableDaniel Hahler
2019-03-01Validate type with writing to captured output like withoutDaniel Hahler
2019-01-22Remove stdlib testThomas Hisch
2019-01-21remove and ban py.io.BytesIO, py.process, py.path.local.sysfindAnthony Sottile
2018-12-10Merge master into featuresDaniel Hahler
2018-12-03Black suggestionsPedro Algarvio
2018-12-03Test case for #4500 bug and respective fix #4487Pedro Algarvio
2018-12-03Stop using the deprecated `\.warn()` log handler methodPedro Algarvio
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-22Fix formatting of print() callsAnthony Sottile
2018-11-04Merge pull request #4305 from RonnyPfannschmidt/cleanup-tobytesAnthony Sottile
2018-11-04replace byte/unicode helpers in test_capture with python level syntaxRonny Pfannschmidt