~neovim-ppa/neovim-ppa/python-neovim

« back to all changes in this revision

Viewing changes to test/test_script_host.py

  • Committer: Thiago de Arruda
  • Date: 2014-08-09 16:06:27 UTC
  • mfrom: (44.2.7)
  • Revision ID: git-v1:04f48115bd9263b8f370b8b38c411d468a988c69
Tags: 0.0.8
Merge pull request #17 from tarruda/refactor-concurrency

Refactor concurrency model

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    vim.command(nested)
18
18
    eq(vim.vars['set_by_nested_python'], 555)
19
19
 
 
20
 
20
21
@with_setup(setup=cleanup)
21
22
def test_pyfile():
22
23
    fname = 'pyfile.py'