1
0
forked from VimPlug/jedi

Add a forgotten test module, test_sys_path.py and fix Python2/3 compatibility issues.

This commit is contained in:
Dave Halter
2014-09-09 17:08:22 +02:00
parent 38f7296f39
commit fdc637c5c4
2 changed files with 17 additions and 1 deletions

View File

@@ -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