blob: f0877fcfb88deb04e712e37320c75a3bd11799e2 [file] [log] [blame]
schemaVersion: "2.0.0"
fileExistenceTests:
- name: 'python3'
path: '/opt/python3.6/bin/python3'
shouldExist: true
- name: 'pycache3.5'
path: '/usr/lib/python3.5/__pycache__'
shouldExist: false
- name: 'pycache3.5-test'
path: '/usr/lib/python3.5/test/__pycache__'
shouldExist: false
commandTests:
- name: 'python3-version'
command: 'python3'
args: ['-V']
expectedOutput: ['Python 3.6.*']