示例#1
0
def test_1():
    setup.start_emacs()
    output = setup.ask_emacs(
        ("(progn\n" "  (pymacs-start-services)\n" "  (not (null pymacs-transit-buffer)))\n"), "prin1"
    )
    assert output == "t", output
    setup.stop_emacs()
示例#2
0
def test_1():
    setup.start_emacs()
    output = setup.ask_emacs(('(progn\n'
                              '  (pymacs-start-services)\n'
                              '  (not (null pymacs-transit-buffer)))\n'),
                             'prin1')
    assert output == 't', output
    setup.stop_emacs()
示例#3
0
def test_1():
    setup.start_emacs()
    setup.stop_emacs()
示例#4
0
def teardown_module(module):
    setup.stop_emacs()
示例#5
0
def teardown_module(module):
    setup.stop_emacs()