mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
added type tests
This commit is contained in:
@@ -42,7 +42,7 @@ def completion_test(source):
|
||||
comp_str = str(sorted([str(c) for c in completions]))
|
||||
if comp_str != correct:
|
||||
print 'Solution not correct, received %s, wanted %s' % \
|
||||
(correct, comp_str)
|
||||
(comp_str, correct)
|
||||
fails += 1
|
||||
correct = None
|
||||
tests += 1
|
||||
|
||||
Reference in New Issue
Block a user