mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Make sure to mention that Jedi understands Pytest fixtures
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user