summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
AgeCommit message (Expand)Author
2018-08-17Update test with another problem.Victor
2018-08-17Added test.Victor
2018-07-08Remove obsolete __future__ importsAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-05fix imports in testsRonny Pfannschmidt
2018-05-23sort out flake8 issues and unicode name usageRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-05-13Spelling and grammar fixesVille Skyttä
2018-03-15Add test capturing new expectation. Ref #3314.Jason R. Coombs
2018-03-13Suppress ``IOError`` when closing the temporary file used for capturing strea...Bruno Oliveira
2018-01-24All classes now subclass object for better py3 compatibilityBruno Oliveira
2017-11-21Implement progress percentage reporting while running testsBruno Oliveira
2017-11-17Add capsysbinary fixtureAnthony Sottile
2017-11-14Add capfdbinary fixtureAnthony Sottile
2017-10-28Use a nametuple for `readouterr()` resultsSamuel Dion-Girardeau
2017-10-12Merge pull request #2794 from thisch/catchlogRonny Pfannschmidt
2017-10-12Remove test_logging_initialized_in_testThomas Hisch
2017-09-29Resume output capturing after capsys/capfd.disabled() context managerBruno Oliveira
2017-09-26Refactor some names for better understanding and consistencyBruno Oliveira
2017-09-26Allow to use capsys and capfd in other fixturesBruno Oliveira
2017-09-22Remove unneeded sys import from unittestThomas Hisch
2017-09-22Adapt (logging) unittestThomas Hisch
2017-08-07Fix windows console workaround error with non-standard io-streamsBruno Oliveira
2017-07-25capture: ensure name of EncodedFile being a stringDaniel Hahler
2017-07-20Add "fix-lint" tox environment to fix linting errorsBruno Oliveira
2017-07-20Fix: do not load hypothesis during test_logging_initialized_in_testBruno Oliveira
2017-07-20Merge pull request #2578 from Llandy3d/2375Floris Bruynooghe
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-16Provides encoding attribute on CaptureIOLlandy Riveron Del Risco
2017-05-03Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-03-16Replace py.builtin.print_() calls by builtin print() functionBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-03-14Change ValueError to io.UnsupportedOperation in capture.py. Resolves issue #2276Xander Johnson
2017-03-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-02-23Make capsys more like stdio streams in python3. Resolves #1407.Anthony Sottile
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2017-02-15Spelling fixesVille Skyttä
2016-08-24Add buffer attribute to stdin stubJordan Guymon
2016-07-25Merge branch 'master' into merge-masterBruno Oliveira
2016-07-23Adjust test involving FixtureLookupErrorReprEdoardo Batini
2016-07-11Add test to ensure capsys and capfd error out when using "getfixturevalue" in...Bruno Oliveira
2016-06-19Add disabled() method to capsys and capfdBruno Oliveira
2016-01-25Moved py.code code over to py.testBruno Oliveira
2015-10-03Remove incorrect use of pytest.mark.skipMichael Aquilina
2015-08-18return non-zero exit code if no tests are collectedBruno Oliveira
2015-07-26Merge reset-capgture-on-reeadouterr-errorsFloris Bruynooghe