1
0
forked from VimPlug/jedi

Get the subprocess mostly working

This commit is contained in:
Dave Halter
2017-12-08 09:44:12 +01:00
parent a210be8198
commit 649225333f
6 changed files with 59 additions and 31 deletions

View File

@@ -14,4 +14,4 @@ def test_equals(source):
script = Script(source)
node = script._get_module_node().children[0]
first, = script._get_module().eval_node(node)
assert isinstance(first, CompiledObject) and first.access_handle.access._obj is True
assert isinstance(first, CompiledObject) and first.get_safe_value() is True