forked from VimPlug/jedi
Change some tests slightly
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#? ['imag']
|
#? ['imag']
|
||||||
int.imag
|
int.imag
|
||||||
|
|
||||||
#? []
|
#? ['is_integer']
|
||||||
int.is_integer
|
int.is_integer
|
||||||
|
|
||||||
#? ['is_integer']
|
#? ['is_integer']
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
#! 12 type-error-not-iterable
|
#! 12 type-error-not-iterable
|
||||||
[a for a in 1]
|
[a for a in 1]
|
||||||
|
|
||||||
|
# TODO wrong?
|
||||||
|
#! 10 type-error-too-many-arguments
|
||||||
tuple(str(a) for a in [1])
|
tuple(str(a) for a in [1])
|
||||||
|
|
||||||
#! 8 type-error-operation
|
#! 8 type-error-operation
|
||||||
|
|||||||
Reference in New Issue
Block a user