Make sure to mention that Jedi understands Pytest fixtures

This commit is contained in:
Dave Halter
2019-12-28 00:01:05 +01:00
parent 3ec73f1da3
commit eff670679c
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Changelog
super class. super class.
- Completion for "proxies" works now. These are classes that have a - Completion for "proxies" works now. These are classes that have a
``__getattr__(self, name)`` method that does a ``return getattr(x, name)``. ``__getattr__(self, name)`` method that does a ``return getattr(x, name)``.
- Understanding of Pytest fixtures.
- Big **Script API Changes**: - Big **Script API Changes**:
- The line and column parameters of ``jedi.Script`` are now deprecated - The line and column parameters of ``jedi.Script`` are now deprecated
- ``completions`` deprecated, use ``complete`` instead - ``completions`` deprecated, use ``complete`` instead

View File

@@ -52,6 +52,7 @@ Supported Python Features
- ``isinstance`` checks for if/while/assert - ``isinstance`` checks for if/while/assert
- namespace packages (includes ``pkgutil``, ``pkg_resources`` and PEP420 namespaces) - namespace packages (includes ``pkgutil``, ``pkg_resources`` and PEP420 namespaces)
- Django / Flask / Buildout support - Django / Flask / Buildout support
- Understands Pytest fixtures
Not Supported Not Supported