summaryrefslogtreecommitdiffstats
path: root/legacy/tests/helper/version.yaml
blob: b23f16f288590daaf209c9c523fb304f66787478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---

  tests:
    - command: ['version', 'list']
      output: "Lists all the different versions\n"

    - command: ['version', 'install', 'Colorado']
      output: "Install: Colorado\n"

    - command: ['version', 'uninstall', 'Arno']
      output: "Uninstall: Arno\n"