| schemaVersion: "2.0.0" | |
| fileExistenceTests: | |
| - name: 'python3' | |
| path: '/usr/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.*.*'] | |
| - name: 'apt-add-repo-check' | |
| command: 'apt-add-repository' | |
| args: ['-h'] | |
| expectedOutput: ['Usage: apt-add-repository'] |