Commit a3dc2ad6 authored by nimrod's avatar nimrod
Browse files

- Corrected tests.

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