summaryrefslogtreecommitdiff
path: root/testing/code
AgeCommit message (Expand)Author
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-12-22Remove unnecessary `# noqa` comments.Anthony Sottile
2017-12-11remove _ast reference from test cases as wellSrinivas Reddy Thatiparthy
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-10-10Remove unused importhugovk
2017-10-10Remove code for unsupported Python versionshugovk
2017-09-12Remove xfail mark from passing test in py26Bruno Oliveira
2017-08-30fixes #2731 ReprFuncArgs with mixed unicode and utf-8 argsFernando Macedo
2017-07-29Support PEP-415's Exception.__suppress_context__Jordan Moldow
2017-07-20Add "fix-lint" tox environment to fix linting errorsBruno Oliveira
2017-07-17Fixed E701 flake8 errorsAndras Tim
2017-07-17Fixed E402 flake8 errorsAndras Tim
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E301 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E261 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E226 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E221 flake8 errorsAndras Tim
2017-07-17Fixed E202 flake8 errorsAndras Tim
2017-07-17Fixed E131 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E127 flake8 errorsAndras Tim
2017-07-17Fixed E126 flake8 errorsAndras Tim
2017-07-17Fixed E124 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-03-16Fix test in py26 that expected a floor division error messageBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-11-20Fix test_excinfo_getstatement that broke because of whitespace changesBruno Oliveira
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2016-11-03Properly handle exceptions in multiprocessing tasksBruno Oliveira
2016-08-01Fix broken test in py3kBruno Oliveira
2016-08-01Highlight the path of file location in error reportsatoru
2016-07-15Remove assertion reinterpretationFloris Bruynooghe
2016-07-11Replace all usages of "pytest_funcarg__" for @pytest.fixtureBruno Oliveira
2016-07-11Deprecate yield testsBruno Oliveira
2016-07-06merge from master to featuresRonny Pfannschmidt
2016-06-30remove unsupported python versions from code/source xfailRonny Pfannschmidt
2016-06-24issue1625, name getfuncargvalue to getfixturevalueTom Viner
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 next chunk from master and fix changelog linting issueRonny Pfannschmidt
2016-04-20Use a callable __tracebackhide__ for filteringFlorian Bruhin