summaryrefslogtreecommitdiff
path: root/testing/code/test_code.py
AgeCommit message (Expand)Author
2020-10-31code: simplify Code constructionRan Benita
2020-07-24Revert change to traceback repr (#7535)Zac Hatfield-Dodds
2020-07-01code/source: remove support for comparing Source with strRan Benita
2020-04-03Fix TerminalRepr instances to be hashable (#6988)Daniel Hahler
2020-01-29tests: move test_getfslineno backDaniel Hahler
2020-01-29tests: test_code: improve/clarify importsDaniel Hahler
2020-01-29test_code: improve coverageDaniel Hahler
2020-01-29tests: move test_getfslinenoDaniel Hahler
2019-11-16Add type annotations to _pytest._code.codeRan Benita
2019-08-26Move TWMock class to a fixtureBruno Oliveira
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-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-03-23ExceptionInfo.from_current: assert current exceptionDaniel Hahler
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-22fix #4386 - restructure construction and partial state of ExceptionInfoRonny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-12tests: use unittest.mock with py34+Daniel Hahler
2018-08-26Improve the coverage of testing/codeAnthony Sottile
2018-08-23Replace Source with dedent where possibleAnthony Sottile
2018-08-22py.builtins._totext -> string literals or six.text_typeAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23sort out flake8 issues and unicode name usageRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2017-08-30fixes #2731 ReprFuncArgs with mixed unicode and utf-8 argsFernando Macedo
2017-07-17Fixed E701 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
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 flake8 E305 and E306 errorsBruno Oliveira
2016-07-15Remove assertion reinterpretationFloris Bruynooghe
2016-03-05Fix decoding issue while formatting SyntaxErrors during collectionBruno Oliveira
2016-01-25Moved py.code code over to py.testBruno Oliveira
2010-10-07remove pylib things and move things to new pytest namespaceholger krekel
2010-07-26remove trailing whitespace everywhereholger krekel
2010-05-11remove code.new() function and store lines directly into linecache.cache inst...holger krekel
2010-04-29introduce new py.io.saferepr for printing the 'repr' of an object safelyholger krekel
2010-04-28* various jython related fixes.holger krekel
2010-04-27(fixes issue85) correctly write non-ascii test output to junitxml files, refi...holger krekel
2010-04-27fix unicode issues (port of pypy/py repo changeset r72526 by Armin)holger krekel
2010-01-13move down py/impl/XYZ to py/_XYZholger krekel
2009-11-04make py lib a self-contained directory againholger krekel
2009-10-27first round of fixing jython compatibility issues, marking some tests as xfai...holger krekel
2009-10-03rewrote the initpkg mechanism and moved py lib implementation files toholger krekel
2009-09-07some fixes to support Jython betterholger krekel
2009-09-06move test files out of py lib properholger krekel