コード例 #1
0
ファイル: test_mattwilson.py プロジェクト: mw44118/clepy
def test_edit_with_editor_2():

    """
    Verify we can load a variable into the editor.
    """

    wmw.edit_with_editor('abcdef')
    assert m.called
    assert t.called
コード例 #2
0
ファイル: test_mattwilson.py プロジェクト: mw44118/clepy
def test_edit_with_editor_1():

    """
    Verify we can load a blank editor.
    """

    wmw.edit_with_editor()
    assert m.called
    assert t.called