summaryrefslogtreecommitdiff
path: root/_pytest/assertion
AgeCommit message (Expand)Author
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
2014-08-19Explain why this is importantFloris Bruynooghe
2014-08-18Escape newlines in repr for assertion rewritingFloris Bruynooghe
2014-08-07merge PR192, streamline a bit.holger krekel
2014-08-04updated CHANGELOG and trace error message as requested in reviewBruno Oliveira
2014-08-02Fixed assertionrewrite._read_pyc to handle corrupted pyc files properlyBruno Oliveira
2014-07-31Removing py.std usage from _pytestBruno Oliveira
2014-07-17remove extra parentheses - stylistic code changeJurko Gospodnetić
2014-07-16avoid importing old assertion interpretation code by default (fixes #537)Benjamin Peterson
2014-05-31assert reinterpretation: try mangling attributes that look like private class...Benjamin Peterson
2014-04-03Merged in jurko/pytest/break_ExceptionInfo_reference_cycles (pull request #144)holger krekel
2014-04-02Escape newlines in result from assertrepr hookFloris Bruynooghe
2014-04-02Style fixes for pep8Floris Bruynooghe
2014-04-02break reference cycles caused by storing local reference to exception infoJurko Gospodnetić
2014-03-28Only try to remove hook from sys.meta_path if it's presentMarc Abramowitz
2014-01-29Fix assertrepr for mojibakeFloris Bruynooghe
2014-01-29Avoid wasted string concatenation and improve englishFloris Bruynooghe
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-12-18fix issue409 -- better interoperate with cx_freeze by notholger krekel
2013-12-12fix expicit assert messages for Python2.6: it turns out python2.6holger krekel
2013-11-29Add test for unicode assertion descriptionsFloris Bruynooghe
2013-11-24Respect unicode in AssertionError argumentFloris Bruynooghe
2013-11-22Ensure the long descriptions and formatting preserve unicode correctlyFloris Bruynooghe
2013-11-22Correct commentFloris Bruynooghe
2013-11-15Added test for previous crash on failed import fixVirgil Dupras
2013-11-08Fix TypeError crash on failed imports under py3.3.Virgil Dupras
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-10-10Implement suggestions by HPKJason R. Coombs
2013-10-10Register the AssertionRewritingHook loader with pkg_resources; fixes #366.Jason R. Coombs
2013-10-05fix detection of the coding cookie when it is on the second line of the file ...Benjamin Peterson
2013-10-05fix coding cookie detection logicBenjamin Peterson
2013-10-02remove unused imports (using "importchecker" project)holger krekel
2013-08-01fix issue317: assertion rewriter support for the is_package methodRonny Pfannschmidt
2013-08-01changes to addoption() for hyphenated long-optionsAnthon van der Neut
2013-08-01fix issue305 - ignore any problems in writing a pyc file, but print out a trace.holger krekel
2013-08-01fix collection imports for python2.5holger krekel
2013-08-01refs #279: sequence assertions can also deal with (Mutable)Sequence instancesMathieu Agopian
2013-07-06Always check for both ENOENT and ENOTDIRFloris Bruynooghe
2013-05-28Adds a test for and fixes #112. If attempting to write to the __pycache__ di...Erik Bray