summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
AgeCommit message (Expand)Author
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
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-04Use std_warn for warning about applying marks directly to parametersBruno Oliveira
2018-08-23Use `bytes` directly instead of `binary_type`Anthony Sottile
2018-08-23Replace Source with dedent where possibleAnthony Sottile
2018-08-22py.builtins._totext -> string literals or six.text_typeAnthony Sottile
2018-08-21Merge pull request #3832 from Sup3rGeo/bugfix/capsys-with-cli-loggingBruno Oliveira
2018-08-20Renamed snap_global_capture to read_global_capture.Victor
2018-08-20Parametrized tests for capfd as well. Separated global capture test.Victor
2018-08-19Fixed linting.victor
2018-08-19Fixed integration with other modules/testsvictor
2018-08-19Fixed test.victor
2018-08-19Improved test to cover more cases.victor
2018-08-18Fixtures during teardown can use capsys and capfd to get output from testsBruno Oliveira
2018-08-18Added regression test for capfd in a fixtureTyler Richard