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