aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit/cli/commands/test_cli_testcase.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-01-24 13:49:55 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-01-24 13:49:55 +0100
commitc653ed78d7721b9933e08015e45dd39379aa4316 (patch)
treeaf2befb6526725cbf4ed82ebc7fc87b27faa558c /functest/tests/unit/cli/commands/test_cli_testcase.py
parent4577924d883f56c4fe13a60d1d8533b798375aad (diff)
Delete functest_vacation.py
Change-Id: Id0e2769a1989e6778ae41f67ed634e2e5002a83d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/tests/unit/cli/commands/test_cli_testcase.py')
-rw-r--r--functest/tests/unit/cli/commands/test_cli_testcase.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/tests/unit/cli/commands/test_cli_testcase.py b/functest/tests/unit/cli/commands/test_cli_testcase.py
index 72a270876..9ed7d8293 100644
--- a/functest/tests/unit/cli/commands/test_cli_testcase.py
+++ b/functest/tests/unit/cli/commands/test_cli_testcase.py
@@ -22,11 +22,6 @@ class CliTestCasesTesting(unittest.TestCase):
with mock.patch('functest.cli.commands.cli_testcase.tb'):
self.cli_tests = cli_testcase.CliTestcase()
- @mock.patch('functest.cli.commands.cli_testcase.vacation.main')
- def test_run_vacation(self, mock_method):
- self.cli_tests.run('vacation')
- self.assertTrue(mock_method.called)
-
@mock.patch('functest.cli.commands.cli_testcase.ft_utils.execute_command')
def test_run_default(self, mock_ft_utils):
cmd = "run_tests -n -r -t {}".format(self.testname)