summaryrefslogtreecommitdiff
path: root/_pytest/compat.py
AgeCommit message (Expand)Author
2018-05-26switch to src layoutRonny Pfannschmidt
2018-05-23sort out flake8 issues and unicode name usageRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-05-22Import Mapping and Sequence from compat in python_api::approxMiro Hrončok
2018-05-13Spelling and grammar fixesVille Skyttä
2018-04-15added indicative error when parametrizing an argument with a default valueBrian Maissy
2018-03-29Switch imports based on python versions, my badBruno Oliveira
2018-03-29Move compatibility imports to compat.py and fix lintingBruno Oliveira
2018-02-12Fix mock patchings detection when both mock and unittest.mock are presentMarcin Bachry
2017-10-24Use zip and map from sixBruno Oliveira
2017-10-24Fix additional linting issuesBruno Oliveira
2017-10-19Replace introspection in compat.getfuncargnames() with inspect/funcsigs.signa...Ceridwen
2017-10-09remove some support code for old python versionsRonny Pfannschmidt
2017-10-03Use ascii_escaped to escape unicode warningsBruno Oliveira
2017-09-07Merge branch 'master' into featuresBruno Oliveira
2017-09-06Merge pull request #2700 from nicoddemus/staticmethods-fixturesRonny Pfannschmidt
2017-09-05Merge pull request #2734 from RonnyPfannschmidt/simplify-string-safeningBruno Oliveira
2017-09-05Add comment about possible future refactoring in the fixture mechanismBruno Oliveira
2017-09-04restore ascii escaping for python 3.3/3.4Ronny Pfannschmidt
2017-08-30simplyfy ascii escaping by using backslashreplace error handlingRonny Pfannschmidt
2017-08-23`compat.safe_getattr` now catches OutcomeExceptions tooKirill Pinchuk
2017-08-17Allow tests declared as @staticmethod to use fixturesBruno Oliveira
2017-07-20Merge branch 'master' into featuresBruno 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-17Merge branch 'fix-flake8-issues' into featuresBruno Oliveira
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E271 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E226 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E127 flake8 errorsAndras Tim
2017-07-16Provides encoding attribute on CaptureIOLlandy Riveron Del Risco
2017-07-10Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2017-07-10replace all _escape_strings to _ascii_escapedJohn Still
2017-06-15Implement suggestions from code review.Kale Kundert
2017-05-26Add UnicodeWarning for unicode warnings in Python2wanghui
2017-05-03Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-04-12Fix #2343: Replace version checks by constants.Michael Howitz
2017-03-29Convert using utf-8 instead of ascii in safe_str()Bruno Oliveira
2017-03-29Fix exception formatting while importing test modulesBruno Oliveira
2017-03-28fix all singular internal module imports and add a test for themRonny Pfannschmidt
2017-03-28prepare a own pytest.collect fake module in oder to remove the nested builtin...Ronny Pfannschmidt
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-23Make capsys more like stdio streams in python3. Resolves #1407.Anthony Sottile
2017-01-19get_real_func: use saferepr when formatting the error messageRonny Pfannschmidt
2017-01-19fixes #2208 by introducing a iteration limitRonny Pfannschmidt
2016-12-27Merge branch 'master' into merge-master-into-featuresBruno Oliveira