This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi-fork
Watch
1
Star
0
Fork
0
You've already forked jedi-fork
forked from
VimPlug/jedi
Code
Pull Requests
Activity
Files
d4aa583e169500b83fab7c23a2fe9c4db81c4f9c
jedi-fork
/
test
/
completion
History
Dave Halter
0caee73975
Merge pull request
#1572
from davidhalter/classvar
...
Remove is_class_value from infer_type_vars
2020-05-12 23:56:03 +02:00
..
import_tree
…
stub_folder
…
thirdparty
…
__init__.py
…
arrays.py
…
async_.py
…
basic.py
…
classes.py
…
completion.py
…
complex.py
…
comprehensions.py
…
conftest.py
…
context.py
…
decorators.py
…
descriptors.py
…
django.py
Make sure that Django's values/values_list is tested (though not implemented
2020-04-25 22:55:29 +02:00
docstring.py
…
dynamic_arrays.py
…
dynamic_params.py
…
flow_analysis.py
…
fstring.py
…
functions.py
…
generators.py
…
goto.py
…
imports.py
…
inheritance.py
…
invalid.py
…
isinstance.py
…
keywords.py
…
lambdas.py
…
named_expression.py
…
named_param.py
…
on_import.py
…
ordering.py
Fix a few tests that failed, because they were not correct python (the context was wrong).
2016-05-30 20:10:17 +02:00
parser.py
…
pep0484_basic.py
…
pep0484_comments.py
…
pep0484_generic_mismatches.py
…
pep0484_generic_parameters.py
…
pep0484_generic_passthroughs.py
…
pep0484_overload.py
…
pep0484_typing.py
…
pep0526_variables.py
…
positional_only_params.py
…
precedence.py
…
pytest.py
…
recursion.py
…
stdlib.py
…
stubs.py
…
sys_path.py
…
types.py
…
usages.py
…