diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-12-01 09:13:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-01 09:13:38 +0000 |
commit | cc861045af944e40a25f157549a16eb6b7b55fd2 (patch) | |
tree | 1951d6c9ccb1ee05f7463e275cfdeb52d759b029 /xtesting | |
parent | 06ee93a85bf9e6bf31948cfe8d36e790c76e453a (diff) | |
parent | ea9161c31990c08f48858f7ca6ba52396114ca97 (diff) |
Merge "Stop returning values in run()" into stable/gambia
Diffstat (limited to 'xtesting')
-rw-r--r-- | xtesting/samples/first.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtesting/samples/first.py b/xtesting/samples/first.py index b7ec8b6d..e8a17b23 100644 --- a/xtesting/samples/first.py +++ b/xtesting/samples/first.py @@ -23,4 +23,3 @@ class Test(testcase.TestCase): six.print_("Hello World") self.result = 100 self.stop_time = time.time() - return testcase.TestCase.EX_OK |