mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 02:58:27 +08:00
Add a forgotten test module, test_sys_path.py and fix Python2/3 compatibility issues.
This commit is contained in:
@@ -13,7 +13,7 @@ def test_deep_ast_copy():
|
||||
|
||||
def test_statement_elements_in_statement():
|
||||
def get_stmt_els(string):
|
||||
p = Parser(string)
|
||||
p = Parser(unicode(string))
|
||||
return helpers.statement_elements_in_statement(p.module.statements[0])
|
||||
|
||||
# list comprehension
|
||||
|
||||
Reference in New Issue
Block a user