From eff670679cc95922d332d2f47bc2a0aa058e4b79 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 28 Dec 2019 00:01:05 +0100 Subject: [PATCH] Make sure to mention that Jedi understands Pytest fixtures --- CHANGELOG.rst | 1 + docs/docs/features.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 094964b6..378b31ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Changelog super class. - Completion for "proxies" works now. These are classes that have a ``__getattr__(self, name)`` method that does a ``return getattr(x, name)``. +- Understanding of Pytest fixtures. - Big **Script API Changes**: - The line and column parameters of ``jedi.Script`` are now deprecated - ``completions`` deprecated, use ``complete`` instead diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 693e3cdd..943fcebe 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -52,6 +52,7 @@ Supported Python Features - ``isinstance`` checks for if/while/assert - namespace packages (includes ``pkgutil``, ``pkg_resources`` and PEP420 namespaces) - Django / Flask / Buildout support +- Understands Pytest fixtures Not Supported