mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-07 02:54:00 +08:00
Change some tests slightly
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#? ['imag']
|
||||
int.imag
|
||||
|
||||
#? []
|
||||
#? ['is_integer']
|
||||
int.is_integer
|
||||
|
||||
#? ['is_integer']
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#! 12 type-error-not-iterable
|
||||
[a for a in 1]
|
||||
|
||||
# TODO wrong?
|
||||
#! 10 type-error-too-many-arguments
|
||||
tuple(str(a) for a in [1])
|
||||
|
||||
#! 8 type-error-operation
|
||||
|
||||
Reference in New Issue
Block a user