summaryrefslogtreecommitdiff
path: root/_pytest/assertion
AgeCommit message (Expand)Author
2016-06-25Warn about asserts on tuples (fixes #1562)Vasily Kuznetsov
2016-06-25Improve of the test output for logical expression with brackets.RedBeardCode
2016-06-24Fixes #1503 no longer collapse false explanationsTom Viner
2016-06-22merge from master againRonny Pfannschmidt
2016-06-22issue 1553: Include terminal newlines in diffsTom Viner
2016-06-21Return explicit None from rewrite hook's find_moduleBruno Oliveira
2016-06-21Remove print left by accidentBruno Oliveira
2016-06-21Merge .set_config() into constructorFloris Bruynooghe
2016-06-20conftest files now use assertion rewritingBruno Oliveira
2016-02-12fix formatting utf-8 error explanationMarcin Biernat
2016-02-06Merge branch 'master' into issue1290-at-operatorBruno Oliveira
2016-02-05Fix #1290: Py3.5's @ operator/assertion rewriting.TomV
2016-01-25Moved py.code code over to py.testBruno Oliveira
2016-01-22Merge branch 'master' into 'features'Bruno Oliveira
2016-01-14Fix flakesBruno Oliveira
2016-01-11Always show full comparison output if on CI.Florian Bruhin
2015-12-16Merge newinterpret into reinterpret.pyBruno Oliveira
2015-12-16Remove obsolete "oldinterpret" moduleBruno Oliveira
2015-10-17Handle EPERM when writing rewritten bytecode.Florian Bruhin
2015-09-19#877 - reencoding causes typeerrors on python2Ronny Pfannschmidt
2015-09-19reencode non-ascii python2 assertion reprs, fixes #877Ronny Pfannschmidt
2015-08-27Show a few diff lines when truncating string diffsBruno Oliveira
2015-07-16Style fixThomas Kluyver
2015-07-15Fix AST rewriting with starred expressions in function callsThomas Kluyver
2015-07-15No Starred node type on Python 2Thomas Kluyver
2015-07-15generifyMatthias Bussonnier
2015-07-15simplify + fixMatthias Bussonnier
2015-07-15a testMatthias Bussonnier
2015-07-15Ast Call signature changed on 3.5Matthias Bussonnier
2015-07-11Add support for PEP302 get_data APIBruno Oliveira
2015-06-23Merge branch 'pytest-2.7'holger krekel
2015-06-19Added workaround to still show the diff on containers with unsortable elements.Edison Gustavo Muenz
2015-06-04backport fixed issue735holger krekel
2015-06-03use NameConstant node when it exists (fixes #735)Benjamin Peterson
2015-04-30Merge fix for issue 731 from pytest-2.7Floris Bruynooghe
2015-04-30Fix collapse false to look at unescaped braces onlyFloris Bruynooghe
2015-04-22remove shutdown logic from PluginManager and add a add_cleanup() APIholger krekel
2015-03-04Fix `reload()` with modules handled via `python_files`Daniel Hahler
2014-10-27fix for issue615: _format_boolop must escape %TomV
2014-10-17Fix assertion.rewrite on read-only filesystemDavid Röthlisberger
2014-10-13fix some spelling mistakesTomV
2014-10-07Escape % character in the assertion message. closes #604Anatoly Bubenkov
2014-09-27Improve assertion failure reporting on iterables, by using ndiff and pprint.Anatoly Bubenkov
2014-09-22Merged in flub/pytest (pull request #207)holger krekel
2014-09-05Merged in uweschmitt/pytest/default (pull request #194)Floris Bruynooghe
2014-09-05Use py3k compatible .__getattr__() codeFloris Bruynooghe
2014-09-01remove debugging turdBenjamin Peterson
2014-09-01improvements to rewrite cache invalidationBenjamin Peterson
2014-08-23Show user assertion messages and instrospection togetherFloris Bruynooghe
2014-08-23Improve the docstring furtherFloris Bruynooghe