summaryrefslogtreecommitdiff
path: root/_pytest/_code/code.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-23run pyupgradeRonny Pfannschmidt
2018-03-09turn FormattedExcinfo into a attrs classRonny Pfannschmidt
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E722: do not use bare exceptBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-09-05Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2017-08-30fixes #2731 ReprFuncArgs with mixed unicode and utf-8 argsFernando Macedo
2017-08-04Merge pull request #2650 from srinivasreddy/2642Ronny Pfannschmidt
2017-08-04convert py module references to six moduleSrinivas Reddy Thatiparthy
2017-07-29Support PEP-415's Exception.__suppress_context__Jordan Moldow
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E301 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 E222 flake8 errorsAndras Tim
2017-07-17Fixed E202 flake8 errorsAndras Tim
2017-07-17Fixed E129 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E125 flake8 errorsAndras Tim
2017-07-17Fixed flake8 warningsAndras Tim
2017-06-09Fix internal error when trying to detect the start of a recursive traceback.Bruno Oliveira
2017-06-07Fix internal error with recursive tracebacks with that frames contain objects...Bruno Oliveira
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-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-03-04fixed internal error on unprintable raised AssertionErrorsOmer Hadari
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2016-11-08Fix memory leak with pytest.raises by using weakrefMichael Seifert
2016-11-03Properly handle exceptions in multiprocessing tasksBruno Oliveira
2016-09-22Explicitly set to None to have consistent behavior in Python 2 and Python 3Roy Williams
2016-09-21Fix `DeprecationWarnings` found when running py.test in Python 2.7 with the -...Roy Williams
2016-08-26Fix UnicodeEncodeError when string comparison with unicode has failed.Ahn Ki-Wook
2016-08-01Highlight the path of file location in error reportsatoru
2016-07-15Remove assertion reinterpretationFloris Bruynooghe
2016-06-22merge master into featuresRonny Pfannschmidt
2016-06-08[exception handling] Fix case the current working directory (CWD) gets delete...marscher
2016-05-13Merge branch 'master' into merge-masterRonny Pfannschmidt
2016-05-13merge next chunk from master and fix changelog linting issueRonny Pfannschmidt
2016-04-20Use py.builtin.callableFlorian Bruhin
2016-04-20Use a callable __tracebackhide__ for filteringFlorian Bruhin
2016-04-20Filter selectively with __tracebackhide__Florian Bruhin
2016-04-20Fix TracebackItem documentation in pytest.codeFlorian Bruhin
2016-04-08Perform a "unicode aware" check for maximum recursion depth errorMartin Prusse
2016-04-03Merge pull request #1486 from roolebo/fix-issue-138Ronny Pfannschmidt
2016-04-03Implement ExceptionInfo.match() to match regexp on str(exception)Omar Kohl