mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 00:42:18 +08:00
test_evaluate -> test_inference
This commit is contained in:
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Baz = 1
|
||||
2
test/test_inference/flask-site-packages/flask_foo.py
Normal file
2
test/test_inference/flask-site-packages/flask_foo.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Foo(object):
|
||||
pass
|
||||
2
test/test_inference/flask-site-packages/flaskext/bar.py
Normal file
2
test/test_inference/flask-site-packages/flaskext/bar.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class Bar(object):
|
||||
pass
|
||||
@@ -0,0 +1 @@
|
||||
Moo = 1
|
||||
Reference in New Issue
Block a user