Skip to content
Snippets Groups Projects
Commit 09021aae authored by nimrod's avatar nimrod
Browse files

- A little more testing.

parent 24f77c07
No related branches found
No related tags found
No related merge requests found
def test_python(Command):
assert Command('python --version').rc == 0
python = Command('python --version')
assert python.rc == 0
assert '2.7' in python.stdout
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment