summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-01-25 01:42:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-25 01:42:20 +0000
commit3d4a579e25540343bc42f4cc407e298fb08ae9c5 (patch)
tree6d31c2d901e53cb572eb2ab9138a7ebaabb56d3e /tests
parent334985a8118c61c7f3fe775b0ac6733c33fd1f06 (diff)
parentc8fa86c68ca83347037a418cd3eee45a6d060b59 (diff)
Merge "Click's built in support for version option"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/cli/test_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/cli/test_options.py b/tests/unit/cli/test_options.py
index 5129b5cc..f9472814 100644
--- a/tests/unit/cli/test_options.py
+++ b/tests/unit/cli/test_options.py
@@ -25,7 +25,7 @@ class TestClass(object):
def test_version(self, runner):
result = runner.invoke(cli, ['--version'])
- assert '' in result.output
+ assert 'dev' in result.output
def test_debug(self, runner):
result = runner.invoke(cli, ['-d'])