summaryrefslogtreecommitdiff
path: root/src/_pytest/assertion
AgeCommit message (Expand)Author
2019-11-16A few linting fixesRan Benita
2019-11-15Import Path from _pytest.pathlib for py35Daniel Hahler
2019-11-08_compare_eq_iterable: use AlwaysDispatchingPrettyPrinterDaniel Hahler
2019-11-07Explicitly implement pytest_assertrepr_compare in assertion plu… (#6140)Bruno Oliveira
2019-11-07Explicitly implement pytest_assertrepr_compare in assertion pluginBruno Oliveira
2019-11-07Use atomicrewrites only on WindowsDaniel Hahler
2019-11-07Merge master into features (#6111)Daniel Hahler
2019-11-06Merge master into featuresDaniel Hahler
2019-11-06assert: fix _compare_eq_iterable: re-format both sidesDaniel Hahler
2019-11-04Removing variable being reassignedZak Hassan
2019-11-03Add type annotations to _pytest.assertion.utilRan Benita
2019-11-03Remove dead code in _pytest.assertion.util._diff_textRan Benita
2019-10-26Introduce compat.fspathBruno Oliveira
2019-10-26Support sys.pycache_prefix on py38Bruno Oliveira
2019-10-23assertrepr_compare: use safeformat with -vv (#5936)Bruno Oliveira
2019-10-23Remove some type: ignores fixed in typeshedRan Benita
2019-10-20assertrepr_compare: use safeformat with -vvDaniel Hahler
2019-10-08Improve full diff output for listsDaniel Hahler
2019-10-05Use ATTRS_EQ_FIELD for attrs 19.2 compatAnthony Sottile
2019-10-01Fix warnings with attrs 19.2 and fix object assertionsHynek Schlawack
2019-08-26Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-08-17Fix wrong location of assertion error with coverage.pyDaniel Hahler
2019-08-16Fix some check_untyped_defs = True mypy warningsRan Benita
2019-08-16Have AssertionRewritingHook derive from importlib.abc.MetaPathFinderRan Benita
2019-08-12Merge pull request #5731 from blueyed/assert-compare-maxsizeDaniel Hahler
2019-08-12assertion.rewrite: use ast.NameConstant(None) directlyDaniel Hahler
2019-08-12assertrepr_compare: prefer same maxsizeDaniel Hahler
2019-08-02Use OSError subclasses instead of handling errnoBruno Oliveira
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-06-28Remove astor and reproduce the original assertion expressionAnthony Sottile
2019-06-26Remove py<35 compatibility code from rewrite.pyBruno Oliveira
2019-06-26Move formatting variables under the "has impls" ifBruno Oliveira
2019-06-26Restore proper handling of '%' in assertion messagesBruno Oliveira
2019-06-26Fix default value of 'enable_assertion_pass_hook'Bruno Oliveira
2019-06-26Fixed import order pep8.Victor Maryama
2019-06-26Added config back to AssertionWriter and fixed typo in check_if_assertion_pas...Victor Maryama
2019-06-26Merge remote-tracking branch 'upstream/master' into features-assertion-pass-h...Victor Maryama
2019-06-26Explanation variables only defined if failed or passed with plugins implement...Victor Maryama
2019-06-26Black formatting.Victor Maryama
2019-06-26Using ini-file option instead of cmd option.Victor Maryama
2019-06-26Fix typo replace `circuting` with `circuiting`. (#5497)Bruno Oliveira
2019-06-26Fix typo replace `circuting` with `circuiting`.Tim Gates
2019-06-26Update src/_pytest/assertion/rewrite.pyVictor Maryama
2019-06-25Merge pull request #5495 from nicoddemus/blueyed/cmp-bytesAnthony Sottile
2019-06-25Do not attempt to rewrite non-source files (#5490)Bruno Oliveira
2019-06-25Show bytes ascii representation instead of numeric valueBruno Oliveira
2019-06-25Fix/improve comparison of byte stringsDaniel Hahler
2019-06-25Now dependent on command line option.Victor Maryama
2019-06-25Do not attempt to rewrite non-source filesAnthony Sottile
2019-06-25Black formatting.Victor Maryama