This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
jedi
Watch
1
Star
0
Fork
1
You've already forked jedi
mirror of
https://github.com/davidhalter/jedi.git
synced
2026-04-23 18:54:29 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
94dc563d8adf09241028fe0d30271d1439dcfdfd
jedi
/
test
/
static_analysis
History
Dave Halter
6bad5a924b
Making it possible for static analysis tests to be skipped if the python version doesn't match.
2015-12-22 17:37:28 +01:00
..
import_tree
…
arguments.py
…
attribute_error.py
…
attribute_warnings.py
Fix issues in Python 2.7.
2015-12-10 17:20:21 +01:00
branches.py
…
builtins.py
Added isinstance tests in static analysis.
2015-12-03 16:21:00 +01:00
class_simple.py
Better testing of classes.
2015-12-12 02:48:37 +01:00
comprehensions.py
too many values and too few values errors implemented for list comprehensions tuple unpacking.
2015-12-12 14:09:57 +01:00
descriptors.py
…
generators.py
Fix: iterators are working smoothly now. Finally tests are passing again.
2015-12-10 04:37:23 +01:00
imports.py
…
iterable.py
More detailed testing for value-error-too-few-values.
2015-12-14 06:54:02 +01:00
keywords.py
Fix an issue with raise statements in the linter.
2015-09-13 23:45:53 +02:00
operations.py
…
python2.py
Making it possible for static analysis tests to be skipped if the python version doesn't match.
2015-12-22 17:37:28 +01:00
star_arguments.py
…
try_except.py
…