From 83e0ecdc30a46dc19fbee3e9bf1e6cea3dda0060 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 25 May 2020 00:53:08 -0700 Subject: Remove fixture declaration that is defined in pytest config Change-Id: I37abc052df5f69907ceb9bb81fbc478126e115d5 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski --- test/mocks/mass-pnf-sim/test_cli.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/mocks') diff --git a/test/mocks/mass-pnf-sim/test_cli.py b/test/mocks/mass-pnf-sim/test_cli.py index e47b274d3..bc4d276ed 100644 --- a/test/mocks/mass-pnf-sim/test_cli.py +++ b/test/mocks/mass-pnf-sim/test_cli.py @@ -1,10 +1,5 @@ -import MassPnfSim import pytest -@pytest.fixture(scope="module") -def parser(): - return MassPnfSim.get_parser() - @pytest.mark.parametrize(('expect_string, cli_opts'), [ ("bootstrap: error: the following arguments are required: --urlves, --ipfileserver, --typefileserver, --ipstart", ['bootstrap']), -- cgit 1.2.3-korg