Loading tests/test_python.py +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 Loading
tests/test_python.py +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