mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Missing assert
This commit is contained in:
committed by
Dave Halter
parent
8131f19751
commit
b72aa41019
@@ -257,7 +257,7 @@ def test_string_literals():
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
script = jedi.Script(dedent(source))
|
script = jedi.Script(dedent(source))
|
||||||
script._get_module().tree_node.end_pos == (6, 0)
|
assert script._get_module().tree_node.end_pos == (6, 0)
|
||||||
assert script.completions()
|
assert script.completions()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user