summaryrefslogtreecommitdiff
path: root/testing/test_assertion.py
AgeCommit message (Expand)Author
2020-10-31Add support to display field names in namedtuple diffs.Karthikeyan Singaravelan
2020-10-29Migrate test_assertion.py from testdir to pytesterChristine Mecklenborg
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: resolve py36 TODOsAnthony Sottile
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-07-08assertion: improve diff output of recursive dataclass/attrsVlad-Radz
2020-06-21parametrize test_warn_missing for a cleaner testGleb Nikonorov
2020-06-20add test_warn_missing case for --assert=plainGleb Nikonorov
2020-06-20remove extra whitespaceGleb Nikonorov
2020-06-20replace stderr warnings with the warnings moduleGleb Nikonorov
2020-06-09Fix mypy checksBruno Oliveira
2020-06-09Update testing/test_assertion.pyRan Benita
2020-06-09Make dataclasses/attrs comparison recursive, fixes #4675ibriquem
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-04-08Remove some no-longer-needed compat code in test_assertionRan Benita
2020-04-04Fix tests: use explicit syspathinsert where tests might hang (#7008)Daniel Hahler
2020-03-08tests: harden test_reprcompare_notin, factor out callop (#6764)Daniel Hahler
2020-02-24test_assertion: harden/improve test_{text_diff,unicode} (#6806)Daniel Hahler
2020-02-22test_reprcompare_whitespaces: use callequalDaniel Hahler
2020-02-14assertrepr_compare: provide more info (location) with exceptions (#6728)Daniel Hahler
2020-02-12Merge pull request #6673 from sscherfke/featuresBruno Oliveira
2020-02-10Reverse / fix meaning of "+/-" in error diffsStefan Scherfke
2020-02-04assertion: save/restore hooks on item (#6646)Daniel Hahler
2020-01-23tests: remove unnecessary `-rw` optionDaniel Hahler
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-11-13pytester: Hookrecorder: improve assertoutcomeDaniel Hahler
2019-11-08_compare_eq_iterable: use AlwaysDispatchingPrettyPrinterDaniel Hahler
2019-11-07test_iterable_full_diff: use test idsDaniel Hahler
2019-11-06assert: fix _compare_eq_iterable: re-format both sidesDaniel Hahler
2019-10-11test_assertion: improve mock_configDaniel Hahler
2019-10-08Improve full diff output for listsDaniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
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-17test_assertion: minor cleanupDaniel Hahler
2019-08-17Fix wrong location of assertion error with coverage.pyDaniel Hahler
2019-07-04Replace importlib_metadata with importlib.metadata on Python 3.8+Miro HronĨok
2019-06-25Show bytes ascii representation instead of numeric valueBruno Oliveira
2019-06-25Fix/improve comparison of byte stringsDaniel Hahler
2019-06-24Switch from deprecated imp to importlibAnthony Sottile
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
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-27Switch to importlib-metadataAnthony Sottile