summaryrefslogtreecommitdiff
path: root/src/_pytest/assertion
AgeCommit message (Expand)Author
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-11-14assertion/rewrite: write pyc's according to PEP-552 on Python>=3.7Ran Benita
2020-10-31Add support to display field names in namedtuple diffs.Karthikeyan Singaravelan
2020-10-30assertion/util: remove unhelpful `type_fns` indirectionRan Benita
2020-10-19Drop support for EOL Python 3.5Hugo van Kemenade
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony Sottile
2020-10-02py36+: remove _pytest.compat.fspathAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-09-12assertion/rewrite: fix internal error on collection error due to decorated fu...Ran Benita
2020-09-12assertion/rewrite: rewrite condition to be easier to followRan Benita
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-08assertion: improve diff output of recursive dataclass/attrsVlad-Radz
2020-06-26Reduce calls of Node.ihookLukas Geiger
2020-06-12Fix some type errors around py.path.localRan Benita
2020-06-09Make dataclasses/attrs comparison recursive, fixes #4675ibriquem
2020-06-05Type annotate _pytest.assertionRan Benita
2020-06-05Type annotate _pytest._io.safereprRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-19Revisit some help texts with regard to newlinesDaniel Hahler
2020-04-09doc: internal: remove references to old "newinterpret" moduleDaniel Hahler
2020-03-27Change EnvironmentError, IOError to OSError - they are aliasesRan Benita
2020-03-27Merge pull request #6818 from blueyed/fix-assert-exc-upstreamRan Benita
2020-03-08tests: harden test_reprcompare_notin, factor out callop (#6764)Daniel Hahler
2020-03-06Store AssertionState in config's store instead of attributeRan Benita
2020-02-29Mark AssertionRewritingHook as implementing importlib.abc.LoaderRan Benita
2020-02-25assertion: rewrite: only catch EnvironmentErrorDaniel 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-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-10Reverse / fix meaning of "+/-" in error diffsStefan Scherfke
2020-02-04assertion: save/restore hooks on item (#6646)Daniel Hahler
2020-01-31Merge branch 'master' into master-to-featuresRan Benita
2020-01-30typing: pytest_collectionDaniel Hahler
2020-01-14master: update mypy 0.740 -> 0.761Ran Benita
2020-01-10Merge master into featuresDaniel Hahler
2020-01-01Update mypy 0.750 -> 0.761Ran Benita
2019-12-30minor: split doc with _early_rewrite_bailoutDaniel Hahler
2019-12-03Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-12-02Update mypy 0.740 -> 0.750Ran Benita
2019-11-20minor: move internal _pformat_dispatch functionDaniel Hahler
2019-11-19Revert "A warning is now issued when assertions are made for `None`"Anthony Sottile
2019-11-18minor: visit_Assert: move setting of `negation` out of branchesDaniel Hahler