コード例 #1
0
ファイル: test_translation.py プロジェクト: tgermain/marcel
def test_replace_command(command, expected):
    """Check the logic behing the command replacement."""
    assert replace_command(command) == expected
コード例 #2
0
def test_replace_command(command, expected):
    """Check the logic behing the command replacement."""
    assert replace_command(command) == expected