Ejemplo n.º 1
0
def test_replace_command(command, expected):
    """Check the logic behing the command replacement."""
    assert replace_command(command) == expected
Ejemplo n.º 2
0
def test_replace_command(command, expected):
    """Check the logic behing the command replacement."""
    assert replace_command(command) == expected