| 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.*'] |