Commit 09021aae authored by nimrod's avatar nimrod
Browse files

- A little more testing.

parent 24f77c07
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
def test_python(Command):
    assert Command('python --version').rc == 0
    python = Command('python --version')
    assert python.rc == 0
    assert '2.7' in python.stdout