diff options
author | Taseer <taseer94@gmail.com> | 2016-12-20 22:27:05 +0500 |
---|---|---|
committer | Taseer <taseer94@gmail.com> | 2016-12-20 22:27:05 +0500 |
commit | 802994d46f25f6427bb0d797aaabb94b427827ef (patch) | |
tree | 4609833e3cb02d770fa5a07ffb0bd894306d111c /tests/data/helper/version.yaml | |
parent | eb074711d7ae91665fe8a2063820703fae4ab3aa (diff) |
All unit tests.
JIRA: QTIP-184
Change-Id: I577b8df85d2be63f9195ed2bb3c6bf497ce1fd96
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'tests/data/helper/version.yaml')
-rw-r--r-- | tests/data/helper/version.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/helper/version.yaml b/tests/data/helper/version.yaml new file mode 100644 index 00000000..b23f16f2 --- /dev/null +++ b/tests/data/helper/version.yaml @@ -0,0 +1,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" + |